From fe606c52e14aef52c065b506c146942f4304731d Mon Sep 17 00:00:00 2001 From: wspsxing Date: Tue, 15 Mar 2022 11:12:59 +0800 Subject: fix: upgrade reqwest to 0.11.10 (#13951) --- ext/tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/tls') diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index ca4197216..1caecf4f6 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -18,7 +18,7 @@ deno_core = { version = "0.122.0", path = "../../core" } once_cell = "=1.9.0" rustls = { version = "0.20", features = ["dangerous_configuration"] } rustls-native-certs = "0.6.1" -rustls-pemfile = "0.2.1" +rustls-pemfile = "0.3" serde = { version = "1.0.129", features = ["derive"] } webpki = "0.22" webpki-roots = "0.22" -- cgit v1.2.3