Update 'cookie' to '0.16'.

This commit is contained in:
arlecchino 2022-01-17 15:48:49 +01:00 committed by Sergio Benitez
parent d25a8308e5
commit 442b668a7a
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ pear = "0.2.3"
pin-project-lite = "0.2"
memchr = "2"
stable-pattern = "0.1"
cookie = { version = "0.16.0-rc.1", features = ["percent-encode"] }
cookie = { version = "0.16.0", features = ["secure", "percent-encode"] }
state = "0.5.1"
[dependencies.x509-parser]