Skip to content

Commit 6938144

Browse files
committed
Upgrade rustls to 0.19.
1 parent 726748d commit 6938144

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
@@ -72,7 +72,7 @@ once_cell = { version = "1.4.1", optional = true }
7272
cfg-if = "1.0.0"
7373
getrandom = "0.2.0"
7474
encoding_rs = { version = "0.8.20", optional = true }
75-
rustls_crate = { version = "0.18", optional = true, package = "rustls" }
75+
rustls_crate = { version = "0.19", optional = true, package = "rustls" }
7676
async-native-tls = { version = "0.3.3", optional = true }
7777

7878
web-sys = { optional = true, version = "0.3.25", features = ["TextDecoder"] }

0 commit comments

Comments
 (0)