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