Skip to content

Commit

Permalink
build(deps): update bindgen requirement from 0.60 to 0.61
Browse files Browse the repository at this point in the history
Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version.
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/master/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.60.0...v0.61.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 17, 2022
1 parent a0b0399 commit 5717f17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aya-tool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Alessandro Decina <[email protected]>"]
edition = "2021"

[dependencies]
bindgen = "0.60"
bindgen = "0.61"
clap = { version = "3", features = ["derive"] }
anyhow = "1"
thiserror = "1"
Expand Down

0 comments on commit 5717f17

Please sign in to comment.