Skip to content

Commit d987c3f

Browse files
dependabot[bot]newAM
authored andcommitted
Update bindgen requirement from ~0.56.0 to ~0.57.0
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.56.0...v0.57.0) Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0e3115 commit d987c3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ exclude = [
2323
cfg-if = "^1.0.0"
2424

2525
[build-dependencies]
26-
bindgen = { version = "~0.56.0", optional = true }
26+
bindgen = { version = "~0.57.0", optional = true }
2727

2828
[dev-dependencies]
2929
version-sync = "~0.9.1"

0 commit comments

Comments
 (0)