From b3578a08ae3a8e601cef1b959388dfd16699e272 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 13:11:48 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.69 to 0.70 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] --- neqo-crypto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neqo-crypto/Cargo.toml b/neqo-crypto/Cargo.toml index fc19872e8c..5106f58abf 100644 --- a/neqo-crypto/Cargo.toml +++ b/neqo-crypto/Cargo.toml @@ -22,7 +22,7 @@ neqo-common = { path = "../neqo-common" } [build-dependencies] # Sync with https://searchfox.org/mozilla-central/source/Cargo.lock 2024-02-08 -bindgen = { version = "0.69", default-features = false, features = ["runtime"] } +bindgen = { version = "0.70", default-features = false, features = ["runtime"] } mozbuild = { version = "0.1", default-features = false, optional = true } semver = { version = "1.0", default-features = false } serde = { version = "1.0", default-features = false }