From e35fc53c89308c2f351009c9551c3b56b6683862 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 15:24:47 +0000 Subject: [PATCH] chore(deps): bump utoipa-swagger-ui from 8.1.0 to 9.0.1 Bumps [utoipa-swagger-ui](https://github.com/juhaku/utoipa) from 8.1.0 to 9.0.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-swagger-ui-8.1.0...utoipa-swagger-ui-9.0.1) --- updated-dependencies: - dependency-name: utoipa-swagger-ui dependency-version: 9.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Cargo.lock | 10 ++++------ crates/cs2kz-api/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f563413a..6b9bcd4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3379,9 +3379,9 @@ dependencies = [ [[package]] name = "utoipa-swagger-ui" -version = "8.1.0" +version = "9.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "db4b5ac679cc6dfc5ea3f2823b0291c777750ffd5e13b21137e0f7ac0e8f9617" +checksum = "d29519b3c485df6b13f4478ac909a491387e9ef70204487c3b64b53749aec0be" dependencies = [ "base64 0.22.1", "mime_guess", @@ -4001,18 +4001,16 @@ dependencies = [ [[package]] name = "zip" -version = "2.4.1" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "938cc23ac49778ac8340e366ddc422b2227ea176edb447e23fc0627608dddadd" +checksum = "1dcb24d0152526ae49b9b96c1dcf71850ca1e0b882e4e28ed898a93c41334744" dependencies = [ "arbitrary", "crc32fast", "crossbeam-utils", - "displaydoc", "flate2", "indexmap 2.8.0", "memchr", - "thiserror 2.0.12", "zopfli", ] diff --git a/crates/cs2kz-api/Cargo.toml b/crates/cs2kz-api/Cargo.toml index d5fbd60c..e4e61827 100644 --- a/crates/cs2kz-api/Cargo.toml +++ b/crates/cs2kz-api/Cargo.toml @@ -132,7 +132,7 @@ features = [ ] [dependencies.utoipa-swagger-ui] -version = "8.1.0" +version = "9.0.1" features = ["vendored"] [dependencies.reqwest]