From 8c3529b7c31de9d4bd8b227ea3b27b7e4b8bde4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 20:29:07 +0000 Subject: [PATCH] Bump utoipa from 3.3.0 to 3.4.3 in /quickwit Bumps [utoipa](https://github.com/juhaku/utoipa) from 3.3.0 to 3.4.3. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-3.3.0...utoipa-3.4.3) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- quickwit/Cargo.lock | 10 +++++----- quickwit/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index cf3c57dc9a7..c67b6bd30e9 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -7932,11 +7932,11 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utoipa" -version = "3.3.0" +version = "3.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "68ae74ef183fae36d650f063ae7bde1cacbe1cd7e72b617cbe1e985551878b98" +checksum = "8c624186f22e625eb8faa777cb33d34cd595aa16d1742aa1d8b6cf35d3e4dda9" dependencies = [ - "indexmap 1.9.3", + "indexmap 2.0.0", "serde", "serde_json", "utoipa-gen", @@ -7944,9 +7944,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "3.3.0" +version = "3.4.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7ea8ac818da7e746a63285594cce8a96f5e00ee31994e655bd827569cb8b137b" +checksum = "b9ce5f21ca77e010f5283fa791c6ab892c68b3668a1bdc6b7ac6cf978f5d5b30" dependencies = [ "proc-macro-error", "proc-macro2", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index facedcebf90..1b567cdd32a 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -177,7 +177,7 @@ tracing-subscriber = { version = "0.3.16", features = [ typetag = "0.2" ulid = "1.0" username = "0.2" -utoipa = "3.3.0" +utoipa = "3.4.3" uuid = { version = "1.4", features = ["v4", "serde"] } warp = "0.3" whichlang = { git = "https://github.com/quickwit-oss/whichlang", rev = "fe406416" }