Skip to content

Commit 4ed7e2c

Browse files
Update Rust crate utoipa-swagger-ui to v3 (#18)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9c97ec7 commit 4ed7e2c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ env_logger = "0.10.0"
1313
log = "0.4"
1414
futures = "0.3"
1515
utoipa = { version = "2", features = ["actix_extras"] }
16-
utoipa-swagger-ui = { version = "2", features = ["actix-web"] }
16+
utoipa-swagger-ui = { version = "3", features = ["actix-web"] }
1717
sea-orm = { version = "^0.10.6", features = [ "sqlx-sqlite", "runtime-actix-rustls", "macros", "mock" ] }
1818

1919
[workspace]

0 commit comments

Comments
 (0)