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:
committed by
Martin Algesten
parent
738cb84aec
commit
2563df4f62
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user