Update rustls dependency to version 0.21

Update to the latest version of `rustls`.
This commit is contained in:
Tobin C. Harding 2023-06-28 07:56:21 +10:00
parent d2dbab93be
commit 9a7cc14c94
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607

View File

@ -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 }