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 }