Skip to content

Commit

Permalink
Update bindgen requirement from ~0.62.0 to ~0.63.0
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.62.0...v0.63.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and newAM committed Nov 26, 2022
1 parent 5f05f6f commit c65424c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ exclude = [
cfg-if = "^1.0.0"

[build-dependencies]
bindgen = { version = "~0.62.0", optional = true }
bindgen = { version = "~0.63.0", optional = true }

[dev-dependencies]
version-sync = "~0.9.2"
Expand Down

0 comments on commit c65424c

Please sign in to comment.