From ded41841d1bab1451863a27feacc058b6ed2b5d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Aug 2023 21:40:54 -0400 Subject: [PATCH] Bump utoipa from 3.4.4 to 3.5.0 in /quickwit (#3769) Bumps [utoipa](https://github.com/juhaku/utoipa) from 3.4.4 to 3.5.0. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-3.4.4...utoipa-3.5.0) --- updated-dependencies: - dependency-name: utoipa 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> --- quickwit/Cargo.lock | 8 ++++---- quickwit/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/quickwit/Cargo.lock b/quickwit/Cargo.lock index b3f9fe616c9..2d598a3ca44 100644 --- a/quickwit/Cargo.lock +++ b/quickwit/Cargo.lock @@ -8215,9 +8215,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utoipa" -version = "3.4.4" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "de634b7f8178c9c246c88ea251f3a0215c9a4d80778db2d7bd4423a78b5170ec" +checksum = "d82b1bc5417102a73e8464c686eef947bdfb99fcdfc0a4f228e81afa9526470a" dependencies = [ "indexmap 2.0.0", "serde", @@ -8227,9 +8227,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "3.4.5" +version = "3.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0fcba79cb3e5020d9bcc8313cd5aadaf51d6d54a6b3fd08c3d0360ae6b3c83d0" +checksum = "05d96dcd6fc96f3df9b3280ef480770af1b7c5d14bc55192baa9b067976d920c" dependencies = [ "proc-macro-error", "proc-macro2", diff --git a/quickwit/Cargo.toml b/quickwit/Cargo.toml index 8cae3bf75d3..3570983121e 100644 --- a/quickwit/Cargo.toml +++ b/quickwit/Cargo.toml @@ -183,7 +183,7 @@ ttl_cache = "0.5" typetag = "0.2" ulid = "1.0" username = "0.2" -utoipa = "3.4.3" +utoipa = "3.5.0" uuid = { version = "1.4", features = ["v4", "serde"] } warp = "0.3" whichlang = { git = "https://github.com/quickwit-oss/whichlang", rev = "fe406416" }