From 6d2d0da0ae2f42111b30885572a6c60a2622a9f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 16:01:29 +0000 Subject: [PATCH] chore(deps): bump utoipa-swagger-ui from 7.0.1 to 7.1.0 Bumps [utoipa-swagger-ui](https://github.com/juhaku/utoipa) from 7.0.1 to 7.1.0. - [Release notes](https://github.com/juhaku/utoipa/releases) - [Commits](https://github.com/juhaku/utoipa/compare/utoipa-swagger-ui-7.0.1...utoipa-swagger-ui-7.1.0) --- updated-dependencies: - dependency-name: utoipa-swagger-ui dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 5 +++-- apiserver/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8bb5a89..997a660 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3316,9 +3316,9 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "7.0.1" +version = "7.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c49396bb19184d3ac1220bb56b3ec91e3d6275baa6cbd5a0f36f110a88d6afb" +checksum = "943e0ff606c6d57d410fd5663a4d7c074ab2c5f14ab903b9514565e59fa1189e" dependencies = [ "axum", "mime_guess", @@ -3327,6 +3327,7 @@ dependencies = [ "rust-embed", "serde", "serde_json", + "url", "utoipa", "zip", ] diff --git a/apiserver/Cargo.toml b/apiserver/Cargo.toml index ad93ff6..d969791 100644 --- a/apiserver/Cargo.toml +++ b/apiserver/Cargo.toml @@ -32,5 +32,5 @@ tower-http = { version = "0.5.2", features = ["full"] } tracing-subscriber.workspace = true tracing.workspace = true utoipa = { version = "4.1.0", features = ["axum_extras", "uuid", "chrono"] } -utoipa-swagger-ui = { version = "7.0.0", features = ["axum"] } +utoipa-swagger-ui = { version = "7.1.0", features = ["axum"] } uuid = { version = "1.8.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }