From 2cd2d6d23813ef6db5920ac1eb25915b9e261c5d Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Mon, 9 Sep 2019 20:06:40 +0100 Subject: [PATCH 1/2] bump rustls/webpki --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cb1232a..dec36cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,8 @@ cookie = { version = "0.12", features = ["percent-encode"] } lazy_static = "1" qstring = "0.6" url = "1" -rustls = { version = "0.15", optional = true, features = [] } -webpki = { version = "0.19", optional = true } -webpki-roots = { version = "0.16", optional = true } +rustls = { version = "0.16", optional = true, features = [] } +webpki = { version = "0.21", optional = true } +webpki-roots = { version = "0.17", optional = true } serde_json = { version = "1", optional = true } encoding = { version = "0.2", optional = true } From 01f3a8047cde55220f6e11f6518ae34a3694d9df Mon Sep 17 00:00:00 2001 From: "Chris West (Faux)" Date: Mon, 9 Sep 2019 20:07:18 +0100 Subject: [PATCH 2/2] 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 }