Skip to content

Commit 8944c2f

Browse files
Bump bindgen from 0.70.1 to 0.71.1 in /native (#149)
Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.70.1 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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a6f155 commit 8944c2f

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

native/Cargo.lock

Lines changed: 4 additions & 4 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.70.1", optional = true }
19+
bindgen = { version = "0.71.1", optional = true }
2020

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

0 commit comments

Comments
 (0)