From c307da1fc0ea50228234655eb44d385f5ec600a6 Mon Sep 17 00:00:00 2001 From: Martin Algesten Date: Sun, 15 Sep 2019 10:43:49 +0200 Subject: [PATCH] qstring 0.7 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4e1e70b..48d3c48 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ base64 = "0.10" chunked_transfer = "1" cookie = { version = "0.12", features = ["percent-encode"] } lazy_static = "1" -qstring = "0.6" +qstring = "0.7" url = "2" rustls = { version = "0.16", optional = true, features = [] } webpki = { version = "0.21", optional = true }