From 329e80336831d423af6ea5ad3b0e1f0768d10a13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 16:04:28 +0000 Subject: [PATCH] chore(deps): bump utoipa from 5.1.1 to 5.1.3 Bumps [utoipa](https://github.com/juhaku/utoipa) from 5.1.1 to 5.1.3. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Changelog](https://github.com/juhaku/utoipa/blob/master/utoipa-rapidoc/CHANGELOG.md) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-5.1.1...utoipa-5.1.3) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e11cd15..c2a1ec9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3390,9 +3390,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utoipa" -version = "5.1.1" +version = "5.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8861811f7213bb866cd02319acb69a15b0ef8ca46874e805bd92d488c779036a" +checksum = "9d9ba0ade4e2f024cd1842dfbaf9dbc540639fc082299acf7649d71bd14eaca3" dependencies = [ "indexmap", "serde", @@ -3402,9 +3402,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "5.1.1" +version = "5.1.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5fadf94f07d67df4b15e6490dd9a9d59d7374849413e7f137eafe52fdcbd0db5" +checksum = "4cf390d6503c9c9eac988447c38ba934a707b0b768b14511a493b4fc0e8ecb00" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index d8ecdd1..17cea3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -52,6 +52,6 @@ tower-http = { version = "0.6.1", features = ["full"] } tracing = "0.1.40" tracing-subscriber = { version = "0.3.18", features = ["env-filter"] } url = "2.5.2" -utoipa = { version = "5.1.1", features = ["axum_extras", "uuid", "chrono", "macros"] } +utoipa = { version = "5.1.3", features = ["axum_extras", "uuid", "chrono", "macros"] } utoipa-swagger-ui = { version = "8.0.2", features = ["axum", "reqwest"] } uuid = { version = "1.11.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }