From a785fa067e5264dc6b7930931a1b629b6fa5b96a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2024 21:13:33 +0000 Subject: [PATCH] deps(rust): 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](https://github.com/rust-lang/rust-bindgen/compare/v0.70.1...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/idmap/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/idmap/Cargo.toml b/src/idmap/Cargo.toml index c40a3ab..31b02ef 100644 --- a/src/idmap/Cargo.toml +++ b/src/idmap/Cargo.toml @@ -20,4 +20,4 @@ uuid.workspace = true [build-dependencies] cc = "1.0.97" -bindgen = "0.70.1" +bindgen = "0.71.1"