From 0a3caba4c6f764eff7035ec719c9d0db6b2fcaf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 15:45:01 +0000 Subject: [PATCH] chore(deps): bump bindgen from 0.71.0 to 0.71.1 Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.71.0 to 0.71.1. - [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.71.0...v0.71.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2cf3fd..455919e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,9 +307,9 @@ checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bindgen" -version = "0.71.0" +version = "0.71.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "360897d4f2fdeea5d32f6dac9287952ae5babdc2aad42ad787c9470a4a6e3fee" +checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3" dependencies = [ "bitflags 2.6.0", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index eab7bc8..69e064b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "fluvio_java" [build-dependencies] flapigen = "0.8.0" env_logger = "^0.11" -bindgen = { version = "0.71.0", default-features = false, features = ["logging", "runtime", "which-rustfmt"] } +bindgen = { version = "0.71.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] } [dependencies] log = "^0.4.22"