Browse Source

Merge pull request #628 from aya-rs/dependabot/cargo/bindgen-0.66

dependabot[bot] 1 year ago
parent
commit
4c08b9b43f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aya-tool/Cargo.toml

+ 1 - 1
aya-tool/Cargo.toml

@@ -5,7 +5,7 @@ authors = ["Alessandro Decina <[email protected]>"]
 edition = "2021"
 
 [dependencies]
-bindgen = "0.65"
+bindgen = "0.66"
 clap = { version = "4", features = ["derive"] }
 anyhow = "1"
 thiserror = "1"