Skip to content

Commit 1ae5df9

Browse files
Bump bindgen from 0.69.4 to 0.71.1
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.69.4 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.69.4...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5d1999b commit 1ae5df9

File tree

2 files changed

+5
-13
lines changed

2 files changed

+5
-13
lines changed

Cargo.lock

Lines changed: 4 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rb-sys-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ doctest = false
1515
[dependencies]
1616
regex = "1"
1717
shell-words = "1.1"
18-
bindgen = { version = "0.69", default-features = false, features = ["runtime"] }
18+
bindgen = { version = "0.71", default-features = false, features = ["runtime"] }
1919
syn = { version = "2.0", features = ["parsing", "full", "extra-traits"] }
2020
quote = "1.0"
2121
lazy_static = "1.4.0"

0 commit comments

Comments
 (0)