We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508c0c5 commit 48ede44Copy full SHA for 48ede44
Cargo.toml
@@ -18,7 +18,7 @@ validator = { version = "0.14.0" }
18
serde = "1"
19
serde_urlencoded = "0.7"
20
serde_json = "1"
21
-serde_qs = { version = "0.8", features = ["actix"] }
+serde_qs = { git = "https://github.com/Roms1383/serde_qs", branch = "chore/upgrade-actix", features = ["actix"] }
22
log = "0.4"
23
futures = "0.3"
24
mime = "0.3"
0 commit comments