From 78f792b6c700f1c1d374c55b3eb67707531fc25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2024 00:42:28 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.70 to 0.71 in /tools/xdp 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](https://github.com/rust-lang/rust-bindgen/compare/v0.70.0...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tools/xdp/xtask/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/xdp/xtask/Cargo.toml b/tools/xdp/xtask/Cargo.toml index f7e59da983..9fb7bd55a7 100644 --- a/tools/xdp/xtask/Cargo.toml +++ b/tools/xdp/xtask/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] anyhow = "1" -bindgen = "0.70" +bindgen = "0.71" clap = { version = "4.1", features = ["derive"] } elf = "0.7" env_logger = "0.11"