Update rustls dependency to version 0.21
Update to the latest version of `rustls`.
This commit is contained in:
parent
d2dbab93be
commit
9a7cc14c94
@ -25,7 +25,7 @@ serde_json = { version = "^1.0" }
|
||||
|
||||
# Optional dependencies
|
||||
openssl = { version = "0.10", optional = true }
|
||||
rustls = { version = "0.20", optional = true, features = ["dangerous_configuration"] }
|
||||
rustls = { version = "0.21", optional = true, features = ["dangerous_configuration"] }
|
||||
webpki = { version = "0.22", optional = true }
|
||||
webpki-roots = { version = "0.22", optional = true }
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user