Skip to content

Commit a2b24f5

Browse files
Bump bindgen from 0.70.1 to 0.71.0
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.70.1 to 0.71.0. - [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.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fde4cc9 commit a2b24f5

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-8
lines changed

Cargo.lock

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

ff/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ license = "GPL-3.0"
88
time = "0.3"
99

1010
[build-dependencies]
11-
bindgen = "0.70"
11+
bindgen = "0.71"
1212
cc = "1.2"

ntfs3g/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
license = "GPL-3.0"
66

77
[build-dependencies]
8-
bindgen = "0.70"
8+
bindgen = "0.71"
99
cc = "1.2"
1010

1111
[dependencies]

0 commit comments

Comments
 (0)