Skip to content

Commit 2e19e9a

Browse files
authored
Update next version (#1366)
Update utoipa swagger ui version
1 parent 0c76056 commit 2e19e9a

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

utoipa-swagger-ui/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog - utoipa-swagger-ui
22

3+
## 9.0.1 - Fri 4 Apr 2025
4+
5+
### Fixed
6+
7+
* fix(swagger-ui): fix build for breaking zip crate 2.6.0 change (#1363)
8+
* fix: mismatch error from InvalidArchive (#1343)
9+
310
## 9.0.0 - Thu 16 2025
411

512
### Changed

utoipa-swagger-ui/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "utoipa-swagger-ui"
33
description = "Swagger UI for utoipa"
4-
version = "9.0.0"
4+
version = "9.0.1"
55
edition = "2021"
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"
@@ -53,8 +53,8 @@ zip = { version = "2.6", default-features = false, features = ["deflate"] }
5353
regex = "1.7"
5454

5555
# used by cache feature
56-
dirs = { version = "5.0.1", optional = true }
57-
sha2 = { version = "0.10.8", optional = true }
56+
dirs = { version = "6.0", optional = true }
57+
sha2 = { version = "0.10", optional = true }
5858

5959
# enabled optionally to allow rust only build with expense of bigger dependency tree and platform
6060
# independent build. By default `curl` system package is tried for downloading the Swagger UI.

0 commit comments

Comments
 (0)