From 01f3a8047cde55220f6e11f6518ae34a3694d9df Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Mon, 9 Sep 2019 20:07:18 +0100 Subject: [PATCH] bump url and ascii --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dec36cc..d652454 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,13 +17,13 @@ charset = ["encoding"] tls = ["rustls", "webpki", "webpki-roots"] [dependencies] -ascii = "0.9" +ascii = "1" base64 = "0.10" chunked_transfer = "1" cookie = { version = "0.12", features = ["percent-encode"] } lazy_static = "1" qstring = "0.6" -url = "1" +url = "2" rustls = { version = "0.16", optional = true, features = [] } webpki = { version = "0.21", optional = true } webpki-roots = { version = "0.17", optional = true }