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 91fb080 commit 3c47fa8Copy full SHA for 3c47fa8
core/http/Cargo.toml
@@ -17,7 +17,7 @@ edition = "2018"
17
[features]
18
default = []
19
tls = ["rustls", "hyper-sync-rustls"]
20
-private-cookies = ["cookie/secure"]
+private-cookies = ["cookie/private", "cookie/key-expansion"]
21
22
[dependencies]
23
smallvec = "1.0"
0 commit comments