Skip to content

Commit

Permalink
build(deps): update bindgen requirement from 0.69 to 0.70 in /tools/x…
Browse files Browse the repository at this point in the history
…dp (#2301)

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.69.0...v0.70.0)

---
updated-dependencies:
- dependency-name: bindgen
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 22, 2024
1 parent f70b834 commit 3148138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/xdp/xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"

[dependencies]
anyhow = "1"
bindgen = "0.69"
bindgen = "0.70"
clap = { version = "4.1", features = ["derive"] }
elf = "0.7"
env_logger = "0.11"
Expand Down

0 comments on commit 3148138

Please sign in to comment.