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 47e5fd6 commit c22ef5dCopy full SHA for c22ef5d
Cargo.toml
@@ -49,7 +49,7 @@ cookie = { version = "0.14.0", features = ["percent-encode"], optional = true }
49
serde_json = { version = "1.0.51", optional = true }
50
serde_crate = { version = "1.0.106", features = ["derive"], optional = true, package = "serde" }
51
serde_urlencoded = { version = "0.7.0", optional = true}
52
-serde_qs = { version = "0.7.0", optional = true }
+serde_qs = { version = "0.8.3", optional = true }
53
54
55
[dev-dependencies]
0 commit comments