From 48a1b2cb5e617951f07662041fd5b712c543afcd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 08:30:20 +0000 Subject: [PATCH] build(deps): update bindgen requirement from 0.69.5 to 0.70.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.69.5...v0.70.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 d76f5da9..6dfe9f1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ cfg_aliases = { version = "0.2", default-features = false } [target.'cfg(not(windows))'.build-dependencies] # Don't increase beyond what Firefox is currently using: https://searchfox.org/mozilla-central/source/Cargo.lock -bindgen = { version = "0.69", default-features = false, features = ["runtime"] } +bindgen = { version = "0.70", default-features = false, features = ["runtime"] } [target.'cfg(windows)'.build-dependencies] windows-bindgen = { version = "0.58", default-features = false, features = ["metadata"] }