Bump rustls to >=0.20.1

Without this we get a build error because we depend on an impl of Error
on InvalidDnsNameError.
This commit is contained in:
Jacob Hoffman-Andrews
2021-12-19 14:39:54 -08:00
committed by Martin Algesten
parent 738cb84aec
commit 2563df4f62

View File

@@ -39,7 +39,7 @@ cookie_store = { version = "0.15", optional = true, default-features = false, fe
log = "0.4"
webpki = { version = "0.22", optional = true }
webpki-roots = { version = "0.22", optional = true }
rustls = { version = "0.20", optional = true }
rustls = { version = ">=0.20.1", optional = true }
rustls-native-certs = { version = "0.6", optional = true }
native-tls = { version = "0.2", optional = true }
flate2 = { version = "1.0.22", optional = true }