From 6c2c87bb4d91f5246e2cbec23f58b08a995aac68 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 May 2024 21:24:13 +0200 Subject: [PATCH] chore(deps): bump utoipa from 4.2.0 to 4.2.3 (#288) Bumps [utoipa](https://github.com/juhaku/utoipa) from 4.2.0 to 4.2.3. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-4.2.0...utoipa-4.2.3) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 647b92e1..71b45f91 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4308,9 +4308,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utoipa" -version = "4.2.0" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "272ebdfbc99111033031d2f10e018836056e4d2c8e2acda76450ec7974269fa7" +checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23" dependencies = [ "indexmap 2.2.6", "serde", @@ -4320,9 +4320,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "4.2.0" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d3c9f4d08338c1bfa70dde39412a040a884c6f318b3d09aaaf3437a1e52027fc" +checksum = "7bf0e16c02bc4bf5322ab65f10ab1149bdbcaa782cba66dc7057370a3f8190be" dependencies = [ "proc-macro-error", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 800c0c41..f11d6f81 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -109,7 +109,7 @@ tracing = "0.1.40" tracing-opentelemetry = "0.23.0" tracing-subscriber = "0.3.18" url = "2.5.0" -utoipa = "4.2.0" +utoipa = "4.2.3" utoipa-swagger-ui = "6.0.0" uuid = "1.7.0" secp256k1 = "0.29.0"