mirror of
https://github.com/fafhrd91/actix-web
synced 2025-03-15 20:53:06 +01:00
update cookie to v0.17
This commit is contained in:
parent
6fdda45ca3
commit
39b060ae7c
@ -76,7 +76,7 @@ ahash = "0.8"
|
|||||||
bytes = "1"
|
bytes = "1"
|
||||||
bytestring = "1"
|
bytestring = "1"
|
||||||
cfg-if = "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"
|
derive_more = "0.99.8"
|
||||||
encoding_rs = "0.8"
|
encoding_rs = "0.8"
|
||||||
futures-core = { version = "0.3.17", default-features = false }
|
futures-core = { version = "0.3.17", default-features = false }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user