From c927fa7cb6d014bd64304de245fcd4b7d50b0618 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 10:16:17 -0400 Subject: [PATCH] Bump flapigen from 0.6.1 to 0.7.0 (#213) Bumps [flapigen](https://github.com/Dushistov/flapigen-rs) from 0.6.1 to 0.7.0. - [Release notes](https://github.com/Dushistov/flapigen-rs/releases) - [Commits](https://github.com/Dushistov/flapigen-rs/compare/0.6.1...0.7.0) --- updated-dependencies: - dependency-name: flapigen 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 | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9911230..4585635 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -714,11 +714,11 @@ checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" [[package]] name = "flapigen" -version = "0.6.1" +version = "0.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6134eaa9c43f777ea460b3ebaefb81d60c9c5f2fda00e8544722e7e29811941b" +checksum = "f9a61fef978d1d8cfafd820a898f42319ba0a8b5edbe892a2f3c455419e8f54a" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.6.0", "heck", "lazy_static", "log", diff --git a/Cargo.toml b/Cargo.toml index 7924be1..6a6616a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ crate-type = ["cdylib"] name = "fluvio_java" [build-dependencies] -flapigen = "0.6.1" +flapigen = "0.7.0" env_logger = "^0.11" bindgen = { version = "0.70.1", default-features = false, features = ["logging", "runtime", "which-rustfmt"] }