From 689f58e72312b5295854a7ae89cce1836903da69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 22:58:21 +0000 Subject: [PATCH] Update bindgen requirement from 0.68 to 0.69 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.68.0...v0.69.1) --- 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 7d3a472..029cc74 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.68" +bindgen = "0.69"