diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-01-26 22:32:56 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-01-26 22:32:56 +0100 |
| commit | 4fe3e610d5697aca4dfdc1033261130ec2b431ee (patch) | |
| tree | 9d7ea1b4537469f328e48cccec269502b6930e39 /server/Cargo.toml | |
| parent | 6a0430dd0d1ee616d669807b55914987fecca0d2 (diff) | |
Bump utopia-swapper-ui to 9.0.0
Re-release of 8.1.1 apparently.
Diffstat (limited to 'server/Cargo.toml')
| -rw-r--r-- | server/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/Cargo.toml b/server/Cargo.toml index 948f46b..aabcd82 100644 --- a/server/Cargo.toml +++ b/server/Cargo.toml @@ -18,7 +18,7 @@ time = "0.3.34" tokio = { version = "1", features = ["process"] } users = "0.11.0" utoipa = { version = "5", features = ["rocket_extras"] } -utoipa-swagger-ui = { version = "8", features = ["rocket", "vendored"], default-features = false } +utoipa-swagger-ui = { version = "9", features = ["rocket", "vendored"], default-features = false } [dev-dependencies] stdext = "0.3.3" |
