From 287576420366176c13bf3e67907ca67b4e57b8ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:20:19 +0000 Subject: [PATCH] Update bindgen requirement from 0.70 to 0.71 in /zstd-safe/zstd-sys 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.70.0...v0.71.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- zstd-safe/zstd-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zstd-safe/zstd-sys/Cargo.toml b/zstd-safe/zstd-sys/Cargo.toml index 651bb0d3..d73c89e2 100644 --- a/zstd-safe/zstd-sys/Cargo.toml +++ b/zstd-safe/zstd-sys/Cargo.toml @@ -51,7 +51,7 @@ doctest = false # Documentation is for C code, good luck testing that. [build-dependencies.bindgen] optional = true -version = "0.70" +version = "0.71" default-features = false features = ["runtime", "which-rustfmt"]