From 8e446f71c489385237e94a2d3a3ecd60ffcdc004 Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Mon, 27 May 2019 17:24:22 +0100 Subject: [PATCH] upgrade cookie --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"