diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-05 01:14:58 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-05 08:14:58 +0000 |
commit | 5a45892707eceb3f9b9570429d2cedfa1e018a95 (patch) | |
tree | 09ad38c141a5ee9fc0575fe6ba2f4a6a2cfd9809 /ext/tls | |
parent | 1097de3e1d855cca9d6f16ace9047d8f24ccae90 (diff) |
chore: bump deno_native_certs to 0.2 (#21092)
Towards #21046
Diffstat (limited to 'ext/tls')
-rw-r--r-- | ext/tls/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/tls/Cargo.toml b/ext/tls/Cargo.toml index b7e011b83..e0fb900bc 100644 --- a/ext/tls/Cargo.toml +++ b/ext/tls/Cargo.toml @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] deno_core.workspace = true -deno_native_certs = "0.1.1" +deno_native_certs = "0.2.0" once_cell.workspace = true rustls = { workspace = true, features = ["dangerous_configuration"] } rustls-pemfile.workspace = true |