summaryrefslogtreecommitdiff
path: root/ext/crypto
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-12-04 01:26:54 +0100
committerGitHub <noreply@github.com>2021-12-04 01:26:54 +0100
commit72e9720e91630bdf28b1660c20c67baa39bdb586 (patch)
tree52d0223bb09924605c8143a7f26d6bf772faf9da /ext/crypto
parent27ef275d27d57331ea602c12fdc7f4b6c73f3f1a (diff)
chore: merge v1.16.4 into main (#12984)
Diffstat (limited to 'ext/crypto')
-rw-r--r--ext/crypto/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/crypto/Cargo.toml b/ext/crypto/Cargo.toml
index 9b3740bc5..a9b37ba2d 100644
--- a/ext/crypto/Cargo.toml
+++ b/ext/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.41.0"
+version = "0.42.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -16,8 +16,8 @@ path = "lib.rs"
[dependencies]
aes = "0.7.5"
block-modes = "0.8.1"
-deno_core = { version = "0.109.0", path = "../../core" }
-deno_web = { version = "0.58.0", path = "../web" }
+deno_core = { version = "0.110.0", path = "../../core" }
+deno_web = { version = "0.59.0", path = "../web" }
elliptic-curve = "0.10.6"
lazy_static = "1.4.0"
num-traits = "0.2.14"