build(deps): update bindgen requirement from 0.60 to 0.61

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](https://github.com/rust-lang/rust-bindgen/compare/v0.60.0...v0.61.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
pull/416/head
dependabot[bot] 2 years ago committed by GitHub
parent a0b0399dcd
commit 5717f17367
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -5,7 +5,7 @@ authors = ["Alessandro Decina <alessandro.d@gmail.com>"]
edition = "2021" edition = "2021"
[dependencies] [dependencies]
bindgen = "0.60" bindgen = "0.61"
clap = { version = "3", features = ["derive"] } clap = { version = "3", features = ["derive"] }
anyhow = "1" anyhow = "1"
thiserror = "1" thiserror = "1"

Loading…
Cancel
Save