diff --git a/aya/Cargo.toml b/aya/Cargo.toml index ecd21f88..7c1dfc4b 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [dependencies] libc = { version = "0.2" } thiserror = "1" -object = { version = "0.26", default-features = false, features = ["std", "read_core", "elf"] } +object = { version = "0.27", default-features = false, features = ["std", "read_core", "elf"] } bitflags = "1.2.1" bytes = "1" lazy_static = "1"