From 37a214422cd32916ac2d5a6301a078e328bc0c7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2024 05:39:25 +0000 Subject: [PATCH] build(deps): bump utoipa-swagger-ui from 8.0.3 to 8.1.0 Bumps [utoipa-swagger-ui](https://github.com/juhaku/utoipa) from 8.0.3 to 8.1.0. - [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-swagger-ui-8.0.3...utoipa-swagger-ui-8.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 +++-- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd0e6e3..009a9c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3072,11 +3072,12 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "8.0.3" +version = "8.1.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5c80b4dd79ea382e8374d67dcce22b5c6663fa13a82ad3886441d1bbede5e35" +checksum = "db4b5ac679cc6dfc5ea3f2823b0291c777750ffd5e13b21137e0f7ac0e8f9617" dependencies = [ "axum", + "base64 0.22.1", "mime_guess", "regex", "reqwest", diff --git a/Cargo.toml b/Cargo.toml index 9c000da..57cf18b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,5 +30,5 @@ tracing = "0.1.41" tracing-subscriber = { version = "0.3.19", features = ["env-filter"] } url = "2.5.4" utoipa = { version = "5.3.0", features = ["axum_extras", "uuid", "chrono", "macros"] } -utoipa-swagger-ui = { version = "8.0.3", features = ["axum", "reqwest"] } +utoipa-swagger-ui = { version = "8.1.0", features = ["axum", "reqwest"] } uuid = { version = "1.11.0", features = ["serde", "v4", "fast-rng", "macro-diagnostics"] }