diff options
Diffstat (limited to 'ext/tls/Cargo.toml')
-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 4dfc045f6..a06af68ac 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -17,8 +17,8 @@ path = "lib.rs" deno_core.workspace = true once_cell.workspace = true rustls = { workspace = true, features = ["dangerous_configuration"] } -rustls-native-certs = "0.6.2" +rustls-native-certs.workspace = true rustls-pemfile.workspace = true +rustls-webpki.workspace = true serde.workspace = true -webpki = "0.22" -webpki-roots = "0.22" +webpki-roots.workspace = true |