Skip to content

Commit 7b3a2de

Browse files
dependabot[bot]danielocfb
authored andcommitted
Update bindgen requirement from ^0.70.1 to ^0.71.1
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/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.70.1...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d18238f commit 7b3a2de

File tree

2 files changed

+1921
-346
lines changed

2 files changed

+1921
-346
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ github = { repository = "libbpf/libbpf-sys" }
2626
maintenance = { status = "passively-maintained" }
2727

2828
[build-dependencies]
29-
bindgen = { version = "^0.70.1", optional = true }
29+
bindgen = { version = "^0.71.1", optional = true }
3030
cc = "^1.1.6"
3131
pkg-config = "^0.3.30"
3232
nix = { version = "^0.29.0", default-features = false, features = ["fs"] }

0 commit comments

Comments
 (0)