summaryrefslogtreecommitdiff
path: root/op_crates/crypto
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2021-03-09 20:12:13 +0100
committerGitHub <noreply@github.com>2021-03-09 20:12:13 +0100
commitcdc0b6958d3cb33829355885488b730bccde427c (patch)
tree0a9051ec8c4388cf5a71047c92d98de451b410af /op_crates/crypto
parent1621d7862393e4bcd6a1ecb46544a02981fd3411 (diff)
chore: release crates (#9731)
Diffstat (limited to 'op_crates/crypto')
-rw-r--r--op_crates/crypto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/op_crates/crypto/Cargo.toml b/op_crates/crypto/Cargo.toml
index 59db37159..3d5af740e 100644
--- a/op_crates/crypto/Cargo.toml
+++ b/op_crates/crypto/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_crypto"
-version = "0.14.0"
+version = "0.14.1"
edition = "2018"
description = "Collection of WebCrypto APIs"
authors = ["the Deno authors"]
@@ -14,6 +14,6 @@ repository = "https://github.com/denoland/deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.80.1", path = "../../core" }
+deno_core = { version = "0.80.2", path = "../../core" }
rand = "0.8.3"