From 0385a990529399775b76db4c27704faa4a092efa Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 2 Jul 2021 00:13:40 +0200 Subject: v1.11.3 Co-authored-by: Ryan Dahl --- extensions/crypto/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'extensions/crypto') diff --git a/extensions/crypto/Cargo.toml b/extensions/crypto/Cargo.toml index b9429d2da..eea688072 100644 --- a/extensions/crypto/Cargo.toml +++ b/extensions/crypto/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_crypto" -version = "0.24.0" +version = "0.24.1" edition = "2018" description = "Web Cryptography API implementation for Deno" authors = ["the Deno authors"] @@ -15,7 +15,7 @@ path = "lib.rs" [dependencies] deno_core = { version = "0.92.0", path = "../../core" } -deno_web = { version = "0.41.0", path = "../web" } +deno_web = { version = "0.41.1", path = "../web" } tokio = { version = "1.7.1", features = ["full"] } rand = "0.8.3" ring = "0.16.20" -- cgit v1.2.3