Bump rustls + co

This commit is contained in:
Nick Babcock
2020-03-02 21:20:10 -06:00
committed by Martin Algesten
parent f61ef77f7f
commit 3ef304f290

View File

@@ -27,8 +27,8 @@ cookie = { version = "0.12", features = ["percent-encode"], optional = true}
lazy_static = "1"
qstring = "0.7"
url = "2"
rustls = { version = "0.16", optional = true, features = [] }
rustls = { version = "0.17", optional = true, features = [] }
webpki = { version = "0.21", optional = true }
webpki-roots = { version = "0.18", optional = true }
webpki-roots = { version = "0.19", optional = true }
serde_json = { version = "1", optional = true }
encoding = { version = "0.2", optional = true }