From 72eec3cff1c2c4d0e2d9fe1d1d60edee9b6d12e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 22:45:52 +0000 Subject: [PATCH] Update bindgen requirement from 0.66.1 to 0.68.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.66.1...v0.68.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bfdae14..6a973db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ petgraph = "0.6.3" log = "0.4" [build-dependencies] -bindgen = "0.66.1" +bindgen = "0.68.1"