From 6f137f1c8110c9736397e3f0ebb3f15a41f4d519 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 18:56:18 +0000 Subject: [PATCH] chore(deps): bump utoipa from 5.0.0 to 5.1.1 Bumps [utoipa](https://github.com/juhaku/utoipa) from 5.0.0 to 5.1.1. - [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.0.0...utoipa-5.1.1) --- updated-dependencies: - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-minor ... 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 2581562..b08ac43 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1136,9 +1136,9 @@ dependencies = [ [[package]] name = "utoipa" -version = "5.0.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e2b34fc58a72021914a5745832024b2baa638fe771df5a35f3d1b69266bd92c" +checksum = "8861811f7213bb866cd02319acb69a15b0ef8ca46874e805bd92d488c779036a" dependencies = [ "indexmap", "serde", @@ -1148,9 +1148,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "5.0.0" +version = "5.1.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "866f11b33be38a747542f435578a164674b8922d958cc065d7f19319c19d4784" +checksum = "5fadf94f07d67df4b15e6490dd9a9d59d7374849413e7f137eafe52fdcbd0db5" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 2f34560..debbba6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ tokio = { version = "1.40", features = ["full"] } tower-http = { version = "0.6.1", features = ["trace"] } tracing = "0.1" tracing-subscriber = { version = "0.3", features = ["env-filter"] } -utoipa = { version ="5.0.0", features=["axum_extras"] } +utoipa = { version ="5.1.1", features=["axum_extras"] } utoipa-swagger-ui = { version="8", features = ["axum"] } [profile.release]