Skip to content

Commit 3c47fa8

Browse files
committed
Enable minimal set of 'cookie' features.
1 parent 91fb080 commit 3c47fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ edition = "2018"
1717
[features]
1818
default = []
1919
tls = ["rustls", "hyper-sync-rustls"]
20-
private-cookies = ["cookie/secure"]
20+
private-cookies = ["cookie/private", "cookie/key-expansion"]
2121

2222
[dependencies]
2323
smallvec = "1.0"

0 commit comments

Comments
 (0)