From 3f2c6662c2987c4beae609afc6c24517caa294c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 May 2024 00:42:43 +0000 Subject: [PATCH] chore(deps): bump utoipa from 4.2.2 to 4.2.3 Bumps [utoipa](https://github.com/juhaku/utoipa) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-4.2.2...utoipa-4.2.3) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-patch ... 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 a368a7e..682d7ca 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3139,9 +3139,9 @@ checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" [[package]] name = "utoipa" -version = "4.2.2" +version = "4.2.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3acc57ed64ea2832ec73d6d04d82449d16276f4b5b0151362465d9783edb8735" +checksum = "c5afb1a60e207dca502682537fefcfd9921e71d0b83e9576060f09abc6efab23" dependencies = [ "indexmap 2.2.1", "serde", diff --git a/Cargo.toml b/Cargo.toml index 2c80c43..23c1706 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ tower = { version = "0.4.13", features = ["full"] } tower-http = { version = "0.5.2", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } -utoipa = { version = "4.2.2", features = ["axum_extras", "uuid", "chrono"] } +utoipa = { version = "4.2.3", features = ["axum_extras", "uuid", "chrono"] } utoipa-swagger-ui = { version = "7.0.0", features = ["axum"] } uuid = { version = "1.8.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] } url = "2.5.0"