diff --git a/Cargo.toml b/Cargo.toml index 44b6637..65f92c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ tls = ["rustls", "webpki", "webpki-roots"] ascii = "0.9" base64 = "0.10" chunked_transfer = "1" -cookie = { version = "0.11", features = ["percent-encode"] } +cookie = { version = "0.12", features = ["percent-encode"] } lazy_static = "1" qstring = "0.6" url = "1"