We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3535ede commit 542bae4Copy full SHA for 542bae4
1 file changed
Cargo.toml
@@ -27,7 +27,7 @@ rustdoc-args = ["--document-private-items"]
27
28
[dependencies]
29
utoipa = { version = "5.5.0", features = ["actix_extras"] }
30
-utoipa-swagger-ui = { version = "9.0.2", features = ["actix-web"] }
+utoipa-swagger-ui = { version = "9.0.2", features = ["actix-web", "vendored"] }
31
actix-web = "4.13.0"
32
reqwest = { version = "0.13.3", features = ["cookies", "json", "form"] }
33
serde = { version = "1.0.228", features = ["derive"] }
@@ -41,4 +41,4 @@ uuid = { version = "1.23.1", features = ["v4"] }
41
dotenv = "0.15.0"
42
url = "2.5.8"
43
regex = "1.12.3"
44
-rusqlite = { version = "0.31", features = ["bundled"] }
+rusqlite = { version = "0.39", features = ["bundled"] }
0 commit comments