1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

Upgrade time dependency (via cookie) (#2555)

This commit is contained in:
Luca Palmieri
2021-12-29 11:03:25 +01:00
committed by GitHub
parent a87e01f0d1
commit 74738c63a7
4 changed files with 5 additions and 4 deletions

View File

@ -84,7 +84,7 @@ actix-web-codegen = "0.5.0-beta.6"
ahash = "0.7"
bytes = "1"
cfg-if = "1"
cookie = { version = "0.15", features = ["percent-encode"], optional = true }
cookie = { version = "0.16", features = ["percent-encode"], optional = true }
derive_more = "0.99.5"
encoding_rs = "0.8"
futures-core = { version = "0.3.7", default-features = false }