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 963aa81 commit d8944ceCopy full SHA for d8944ce
Cargo.toml
@@ -35,7 +35,7 @@ anyhow = "1.0.26"
35
cookie = { version = "0.14.0", features = ["percent-encode"] }
36
infer = "0.1.2"
37
pin-project-lite = "0.1.0"
38
-url = "2.1.1"
+url = { version = "2.1.1", features = ["serde"] }
39
serde_json = "1.0.51"
40
serde = { version = "1.0.106", features = ["derive"] }
41
serde_urlencoded = "0.6.1"
0 commit comments