diff options
Diffstat (limited to 'ext/tls/Cargo.toml')
| -rw-r--r-- | ext/tls/Cargo.toml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index c2746a753..4146ff9ce 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -16,8 +16,9 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.110.0", path = "../../core" } lazy_static = "1.4.0" -rustls = { version = "0.19.1", features = ["dangerous_configuration"] } -rustls-native-certs = "0.5.0" +rustls = { version = "0.20", features = ["dangerous_configuration"] } +rustls-native-certs = "0.6.1" +rustls-pemfile = "0.2.1" serde = { version = "1.0.129", features = ["derive"] } -webpki = "0.21.4" -webpki-roots = "0.21.1" +webpki = "0.22" +webpki-roots = "0.22" |
