From 1158eb0143d6beec8b0a95775688bb8f5b1fa33c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Jun 2023 18:57:02 +0000 Subject: [PATCH] Update bindgen requirement from 0.65 to 0.66 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.65.0...v0.66.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- oqs-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oqs-sys/Cargo.toml b/oqs-sys/Cargo.toml index de66e5dd69..ab276993d6 100644 --- a/oqs-sys/Cargo.toml +++ b/oqs-sys/Cargo.toml @@ -19,7 +19,7 @@ libc = "0.2" [build-dependencies] cmake = "0.1" -bindgen = "0.65" +bindgen = "0.66" build-deps = "0.1" [features]