From 5a45892707eceb3f9b9570429d2cedfa1e018a95 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Sun, 5 Nov 2023 01:14:58 -0700 Subject: chore: bump deno_native_certs to 0.2 (#21092) Towards #21046 --- ext/tls/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') 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 -- cgit v1.2.3