Skip to content

Commit fd8d729

Browse files
authored
Merge pull request #170 from Keruspe/master
update cookie to 0.14
2 parents 8090139 + dc55aa0 commit fd8d729

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
@@ -32,7 +32,7 @@ async-std = { version = "1.6.0", features = ["unstable"] }
3232
http = { version = "0.2.0", optional = true }
3333

3434
anyhow = "1.0.26"
35-
cookie = { version = "0.13.0", features = ["percent-encode"] }
35+
cookie = { version = "0.14.0", features = ["percent-encode"] }
3636
infer = "0.1.2"
3737
pin-project-lite = "0.1.0"
3838
url = "2.1.1"

0 commit comments

Comments
 (0)