Skip to content

Commit b84a7a6

Browse files
authored
Merge pull request #391 from 06chaynes/cookie-v0.16
updates cookie to v0.16.0
2 parents e0ae15c + 583ae89 commit b84a7a6

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
@@ -43,7 +43,7 @@ async-std = { version = "1.6.0", optional = true }
4343
http = { version = "0.2.0", optional = true }
4444

4545
# features: cookies
46-
cookie = { version = "0.14.0", features = ["percent-encode"], optional = true }
46+
cookie = { version = "0.16.0", features = ["percent-encode"], optional = true }
4747

4848
# features: serde
4949
serde_json = { version = "1.0.51", optional = true }

0 commit comments

Comments
 (0)