From eaf5c0fabc614e29156f446e07ac32844ebd8943 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 12:04:23 +0000 Subject: [PATCH] chore(deps): bump flapigen from 0.8.0 to 0.10.0 Bumps [flapigen](https://github.com/Dushistov/flapigen-rs) from 0.8.0 to 0.10.0. - [Release notes](https://github.com/Dushistov/flapigen-rs/releases) - [Commits](https://github.com/Dushistov/flapigen-rs/compare/0.8.0...0.10.0) --- updated-dependencies: - dependency-name: flapigen dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 301ee38..08be220 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -739,9 +739,9 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flapigen" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c7cec3e9eb2b8b9da20b3fed61b620e9cf5c54812caa2e5d47c015d5f5941eb3" +checksum = "24e207ce835ff1db3d9c865119dc289e19d50a0c9943d8d6fd53d8ab4243a649" dependencies = [ "bitflags 2.6.0", "heck", diff --git a/Cargo.toml b/Cargo.toml index 0c572b3..6db6cb1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] name = "fluvio_java" [build-dependencies] -flapigen = "0.8.0" +flapigen = "0.10.0" env_logger = "^0.11" bindgen = { version = "0.71.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }