From f2980deccd9c03e3541ac3bbd560fb00a1396454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 18:31:01 +0000 Subject: [PATCH] Update bindgen requirement from 0.68.1 to 0.69.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.68.1...v0.69.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- recisdb-rs/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recisdb-rs/Cargo.toml b/recisdb-rs/Cargo.toml index beff082..2c3419c 100644 --- a/recisdb-rs/Cargo.toml +++ b/recisdb-rs/Cargo.toml @@ -39,7 +39,7 @@ nom = "7.1.3" pin-project-lite = "0.2.9" [build-dependencies] -bindgen = { version = "0.68.1", default_features = false } +bindgen = { version = "0.69.1", default_features = false } cc = { version = "1.0", features = ["parallel"] } glob = "0.3"