Skip to content

Commit e5639f6

Browse files
Bump bindgen from 0.71.1 to 0.72.0 in /native
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.71.1 to 0.72.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.71.1...v0.72.0) --- updated-dependencies: - dependency-name: bindgen dependency-version: 0.72.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 288ee3f commit e5639f6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

native/Cargo.lock

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

native/chromium/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ winapi = { version = "0.3.9", features = ["winuser", "libloaderapi"] }
1616
gen = ["bindgen"]
1717

1818
[build-dependencies]
19-
bindgen = { version = "0.71.1", optional = true }
19+
bindgen = { version = "0.72.0", optional = true }
2020

2121
[lints.clippy]
2222
missing_safety_doc = "allow"

0 commit comments

Comments
 (0)