From 8f4cf5ab98a4f6ed09e31dc8ebb4ed54ea415ba3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 11:32:39 -0400 Subject: [PATCH] Bump bindgen from 0.69.4 to 0.70.0 (#212) Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.69.4 to 0.70.0. - [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.4...v0.70.0) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 13 ++----------- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 124e371..dae9cc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -307,16 +307,14 @@ checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51" [[package]] name = "bindgen" -version = "0.69.4" +version = "0.70.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" +checksum = "e0127a1da21afb5adaae26910922c3f7afd3d329ba1a1b98a0884cab4907a251" dependencies = [ "bitflags 2.6.0", "cexpr", "clang-sys", "itertools", - "lazy_static", - "lazycell", "log", "proc-macro2", "quote", @@ -324,7 +322,6 @@ dependencies = [ "rustc-hash", "shlex", "syn 2.0.72", - "which", ] [[package]] @@ -1409,12 +1406,6 @@ version = "1.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" -[[package]] -name = "lazycell" -version = "1.3.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" - [[package]] name = "lenient_semver" version = "0.4.2" diff --git a/Cargo.toml b/Cargo.toml index fc4d42f..8daafb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "fluvio_java" [build-dependencies] flapigen = "0.6.1" env_logger = "^0.11" -bindgen = { version = "0.69.4", default-features = false, features = ["logging", "runtime", "which-rustfmt"] } +bindgen = { version = "0.70.0", default-features = false, features = ["logging", "runtime", "which-rustfmt"] } [dependencies] log = "^0.4.22"