diff --git a/aya/Cargo.toml b/aya/Cargo.toml index 8e407fa1..f12ebf27 100644 --- a/aya/Cargo.toml +++ b/aya/Cargo.toml @@ -15,7 +15,7 @@ libc = { version = "0.2.105" } aya-obj = { path = "../aya-obj", version = "0.1.0", features = ["std"] } thiserror = "1" object = { version = "0.31", default-features = false, features = ["std", "read_core", "elf"] } -bitflags = "1.2.1" +bitflags = "2.2.1" bytes = "1" lazy_static = "1" parking_lot = { version = "0.12.0", features = ["send_guard"] }