Skip to content

Commit 7448a86

Browse files
authored
limit rustls 0.23.5 (#69)
1 parent cfd1b09 commit 7448a86

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
@@ -14,7 +14,7 @@ exclude = ["/.github", "/examples", "/scripts"]
1414

1515
[dependencies]
1616
tokio = "1.0"
17-
rustls = { version = "0.23", default-features = false, features = ["std"] }
17+
rustls = { version = "0.23.5", default-features = false, features = ["std"] }
1818
pki-types = { package = "rustls-pki-types", version = "1" }
1919

2020
[features]

0 commit comments

Comments
 (0)