diff --git a/aya-tool/Cargo.toml b/aya-tool/Cargo.toml index 2bdf0b1f..43a7c38e 100644 --- a/aya-tool/Cargo.toml +++ b/aya-tool/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Alessandro Decina "] edition = "2021" [dependencies] -bindgen = "0.60" +bindgen = "0.61" clap = { version = "3", features = ["derive"] } anyhow = "1" thiserror = "1"