From a41c8f0c250f735c6308e5b672438c598cd4e912 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Nov 2023 09:52:36 +0000 Subject: [PATCH] Bump bindgen from 0.69.0 to 0.69.1 Bumps [bindgen](https://github.com/rust-lang/rust-bindgen) from 0.69.0 to 0.69.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.69.0...v0.69.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 275c7da..eeed253 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -225,9 +225,9 @@ checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a" [[package]] name = "bindgen" -version = "0.69.0" +version = "0.69.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "042e2e131c066e496ea7880ef6cfeec415a9adc79fc882a65979394f8840bf7c" +checksum = "9ffcebc3849946a7170a05992aac39da343a90676ab392c51a4280981d6379c2" dependencies = [ "bitflags 2.3.2", "cexpr", diff --git a/Cargo.toml b/Cargo.toml index af457e1..4ae0efe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ name = "fluvio_java" [build-dependencies] flapigen = "0.6.0-pre7" env_logger = "^0.10" -bindgen = { version = "0.69.0", default-features = false, features = ["logging", "runtime", "which-rustfmt"] } +bindgen = { version = "0.69.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] } [dependencies] log = "^0.4.20"