Skip to content

Commit

Permalink
chore(deps): update bindgen requirement in the dependencies group
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.

Updates `bindgen` to 0.71.1
- [Release notes](https://github.com/rust-lang/rust-bindgen/releases)
- [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md)
- [Commits](rust-lang/rust-bindgen@v0.70.1...v0.71.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 1, 2025
1 parent a45d2f8 commit 15f3d43
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 @@ -21,7 +21,7 @@ libc = "0.2.153"
[build-dependencies]
cc = { version = "1.0.83", features = ["parallel"] }
dunce = "1.0.4"
bindgen = "0.70.1"
bindgen = "0.71.1"

[lib]
name = "ryg_rans_sys"
Expand Down

0 comments on commit 15f3d43

Please sign in to comment.