From 7de16fe928e58414bc2d4bb44d4e356b7b086f2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 20:03:57 +0000 Subject: [PATCH] Update bindgen requirement in /interop/multiplier-static 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] --- interop/multiplier-static/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interop/multiplier-static/Cargo.toml b/interop/multiplier-static/Cargo.toml index c89e52d..168df99 100644 --- a/interop/multiplier-static/Cargo.toml +++ b/interop/multiplier-static/Cargo.toml @@ -8,7 +8,7 @@ edition = "2021" [build-dependencies] cc = "1.2.1" -bindgen = "0.70.1" +bindgen = "0.71.1" [lib] name = "multiplier"