From 48eaabb17a9bb9b8b99441a76029dadae956eb5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:06:54 +0000 Subject: [PATCH] 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] --- librelic-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librelic-sys/Cargo.toml b/librelic-sys/Cargo.toml index 9f39e4b..487f127 100644 --- a/librelic-sys/Cargo.toml +++ b/librelic-sys/Cargo.toml @@ -14,7 +14,7 @@ rust-version = "1.70" [build-dependencies] pkg-config = { version = "0.3", optional = true } -bindgen = { version = "0.69" } +bindgen = { version = "0.70" } cc = { version = "1", features = ["parallel"] } cmake = { version = "0.1", optional = true }