1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-05-20 01:08:10 +00:00

Compare commits

...

2 commits

Author SHA1 Message Date
Zan Pan 37cef9b32b
Merge 39b060ae7c into 5a5486b484 2024-04-10 21:56:43 +11:00
Zan Pan 39b060ae7c
update cookie to v0.17 2023-05-07 12:12:09 +08:00

View file

@ -99,7 +99,7 @@ ahash = "0.8"
bytes = "1"
bytestring = "1"
cfg-if = "1"
cookie = { version = "0.16", features = ["percent-encode"], optional = true }
cookie = { version = "0.17", features = ["percent-encode"], optional = true }
derive_more = "0.99.8"
encoding_rs = "0.8"
futures-core = { version = "0.3.17", default-features = false }