From 3be1cd4177421942b267588573dabbae1348d854 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 13:59:39 +0000 Subject: [PATCH] build(deps): bump the utoipa group across 1 directory with 2 updates Bumps the utoipa group with 2 updates in the / directory: [utoipa-swagger-ui](https://github.com/juhaku/utoipa) and [utoipa](https://github.com/juhaku/utoipa). Updates `utoipa-swagger-ui` from 8.0.3 to 9.0.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-9.0.0) Updates `utoipa` from 5.2.0 to 5.3.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.2.0...utoipa-5.3.1) --- updated-dependencies: - dependency-name: utoipa-swagger-ui dependency-type: direct:production update-type: version-update:semver-major dependency-group: utoipa - dependency-name: utoipa dependency-type: direct:production update-type: version-update:semver-minor dependency-group: utoipa ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++++++------ Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0f2380d..eadf54b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3205,9 +3205,9 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" [[package]] name = "utoipa" -version = "5.2.0" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "514a48569e4e21c86d0b84b5612b5e73c0b2cf09db63260134ba426d4e8ea714" +checksum = "435c6f69ef38c9017b4b4eea965dfb91e71e53d869e896db40d1cf2441dd75c0" dependencies = [ "indexmap", "serde", @@ -3218,9 +3218,9 @@ dependencies = [ [[package]] name = "utoipa-gen" -version = "5.2.0" +version = "5.3.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5629efe65599d0ccd5d493688cbf6e03aa7c1da07fe59ff97cf5977ed0637f66" +checksum = "a77d306bc75294fd52f3e99b13ece67c02c1a2789190a6f31d32f736624326f7" dependencies = [ "proc-macro2", "quote", @@ -3230,11 +3230,12 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "8.0.3" +version = "9.0.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a5c80b4dd79ea382e8374d67dcce22b5c6663fa13a82ad3886441d1bbede5e35" +checksum = "161166ec520c50144922a625d8bc4925cc801b2dda958ab69878527c0e5c5d61" dependencies = [ "actix-web", + "base64 0.22.1", "mime_guess", "regex", "rust-embed", diff --git a/Cargo.toml b/Cargo.toml index 459918d..1277c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,8 +53,8 @@ strum = { version = "0.26", features = ["strum_macros", "derive"] } thiserror = "2.0" tracing = "0.1" tracing-subscriber = "0.3" -utoipa-swagger-ui = { version = "8.0", features = ["actix-web"] } -utoipa = { version = "5.2", features = ["actix_extras", "chrono", "indexmap", "preserve_order", "yaml"] } +utoipa-swagger-ui = { version = "9.0", features = ["actix-web"] } +utoipa = { version = "5.3", features = ["actix_extras", "chrono", "indexmap", "preserve_order", "yaml"] } tempfile = "3.10.1" lru = "0.13.0"