diff options
author | Luca Casonato <hello@lcas.dev> | 2022-05-05 12:41:59 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-05 12:41:59 +0200 |
commit | 242273e69b5f5add23393e8e96e241696eae88fb (patch) | |
tree | 2605cc3d7728c14c8c81c0a79337658577825fbf /ext/tls | |
parent | e04f1f1f34656aed0faac88d63314726235cf4b8 (diff) |
chore: update deps (#14416)
Diffstat (limited to 'ext/tls')
-rw-r--r-- | ext/tls/Cargo.toml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index 13554e509..19f406ddd 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -17,8 +17,8 @@ path = "lib.rs" deno_core = { version = "0.132.0", path = "../../core" } once_cell = "1.10.0" rustls = { version = "0.20", features = ["dangerous_configuration"] } -rustls-native-certs = "0.6.1" -rustls-pemfile = "0.3" -serde = { version = "1.0.129", features = ["derive"] } +rustls-native-certs = "0.6.2" +rustls-pemfile = "1.0.0" +serde = { version = "1.0.136", features = ["derive"] } webpki = "0.22" webpki-roots = "0.22" |