Skip to content

Commit 9a7cc14

Browse files
committed
Update rustls dependency to version 0.21
Update to the latest version of `rustls`.
1 parent d2dbab9 commit 9a7cc14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ serde_json = { version = "^1.0" }
2525

2626
# Optional dependencies
2727
openssl = { version = "0.10", optional = true }
28-
rustls = { version = "0.20", optional = true, features = ["dangerous_configuration"] }
28+
rustls = { version = "0.21", optional = true, features = ["dangerous_configuration"] }
2929
webpki = { version = "0.22", optional = true }
3030
webpki-roots = { version = "0.22", optional = true }
3131

0 commit comments

Comments
 (0)