Skip to content

Commit 6637afc

Browse files
authored
Merge pull request #134 from http-rs/cookies-percent-encode
enable percent-encode feature on cookies
2 parents 16f0aed + dfe7aa4 commit 6637afc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async-std = { version = "1.4.0", features = ["unstable"] }
3131
http = { version = "0.2.0", optional = true }
3232

3333
anyhow = "1.0.26"
34-
cookie = "0.12.0"
34+
cookie = { version = "0.12.0", features = ["percent-encode"] }
3535
infer = "0.1.2"
3636
omnom = "2.1.1"
3737
pin-project-lite = "0.1.0"

0 commit comments

Comments
 (0)