Skip to content

Commit 7a5814a

Browse files
Add rustls 'tls12' feature to continue to support TLS 1.2 connections (#177)
1 parent ee133b5 commit 7a5814a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ rustls-native-certs = { version = "0.7", optional = true }
3333
rustls-opt-dep = { package = "rustls", version = "0.23.0", default-features = false, features = [
3434
"ring",
3535
"std",
36+
"tls12",
3637
], optional = true }
3738
serde = { version = "1.0.143", optional = true }
3839
serde_json = { version = "1.0.83", optional = true }

0 commit comments

Comments
 (0)