diff --git a/aya/Cargo.toml b/aya/Cargo.toml index c5b2f01d..996948a7 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -13,7 +13,7 @@ edition = "2021" [dependencies] libc = { version = "0.2.105" } thiserror = "1" -object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] } +object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] } bitflags = "1.2.1" bytes = "1" lazy_static = "1" diff --git a/test/integration-test/Cargo.toml b/test/integration-test/Cargo.toml index 34c30828..f365aac0 100644 --- a/test/integration-test/Cargo.toml +++ b/test/integration-test/Cargo.toml @@ -14,5 +14,5 @@ integration-test-macros = { path = "../integration-test-macros" } lazy_static = "1" libc = { version = "0.2.105" } log = "0.4" -object = { version = "0.29", default-features = false, features = ["std", "read_core", "elf"] } +object = { version = "0.30", default-features = false, features = ["std", "read_core", "elf"] } regex = "1"