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 e0ae15c commit 583ae89Copy full SHA for 583ae89
Cargo.toml
@@ -43,7 +43,7 @@ async-std = { version = "1.6.0", optional = true }
43
http = { version = "0.2.0", optional = true }
44
45
# features: cookies
46
-cookie = { version = "0.14.0", features = ["percent-encode"], optional = true }
+cookie = { version = "0.16.0", features = ["percent-encode"], optional = true }
47
48
# features: serde
49
serde_json = { version = "1.0.51", optional = true }
0 commit comments