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.61.0...v0.63.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
@@ -5,7 +5,7 @@ authors = ["Alessandro Decina <[email protected]>"]
edition = "2021"
[dependencies]
-bindgen = "0.61"
+bindgen = "0.63"
clap = { version = "3", features = ["derive"] }
anyhow = "1"
thiserror = "1"