diff --git a/aya-tool/Cargo.toml b/aya-tool/Cargo.toml index 8f7d9f93..cfc605b2 100644 --- a/aya-tool/Cargo.toml +++ b/aya-tool/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alessandro Decina "] edition = "2021" [dependencies] -bindgen = "0.64" +bindgen = "0.65" clap = { version = "4", features = ["derive"] } anyhow = "1" thiserror = "1"