From 4f3ea551f32522719d228d282faec37a3ea1b061 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 13:36:35 +0000 Subject: [PATCH] build(deps): update bindgen requirement in the cargo-crates group Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. Updates `bindgen` to 0.70.1 - [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.70.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production dependency-group: cargo-crates ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 67691014..51be0307 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,7 +61,7 @@ edition = "2021" anyhow = { version = "1", default-features = false } assert_matches = { version = "1.5.0", default-features = false } async-io = { version = "2.0", default-features = false } -bindgen = { version = "0.70", default-features = false } +bindgen = { version = "0.71", default-features = false } bitflags = { version = "2.2.1", default-features = false } bytes = { version = "1", default-features = false } cargo_metadata = { version = "0.19.0", default-features = false }