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.
2 parents 346254e + b74a9ae commit b815998Copy full SHA for b815998
Cargo.toml
@@ -31,9 +31,8 @@ async-std = { version = "1.6.0", features = ["unstable"] }
31
http = { version = "0.2.0", optional = true }
32
33
anyhow = "1.0.26"
34
-cookie = { version = "0.12.0", features = ["percent-encode"] }
+cookie = { version = "0.13.0", features = ["percent-encode"] }
35
infer = "0.1.2"
36
-omnom = "2.1.1"
37
pin-project-lite = "0.1.0"
38
url = "2.1.1"
39
serde_json = "1.0.51"
0 commit comments