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 e0ae15c + 583ae89 commit b84a7a6Copy full SHA for b84a7a6
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