From 157ebb3cb638e9651a0aac7d8be9bb40d2a4cea2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:52:34 +0000 Subject: [PATCH] Update bindgen requirement from 0.69 to 0.70 in /rust 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.69.0...v0.70.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rust/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 029cc74..affcff3 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -10,4 +10,4 @@ anyhow = "1.0.75" thiserror = "1.0.47" [build-dependencies] -bindgen = "0.69" +bindgen = "0.70"