summaryrefslogtreecommitdiff
path: root/ext/console
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2022-05-12 18:43:00 +0200
committerGitHub <noreply@github.com>2022-05-12 18:43:00 +0200
commit89b428234c73d66db4a8fca4d9623fd823c6428e (patch)
tree862793757041ecf08a093fd10f7b65ba8a8746a4 /ext/console
parent3166506980a6dddb1a5f6ddbf9dc1e5e8f9215fc (diff)
1.21.3 (#14584)
Diffstat (limited to 'ext/console')
-rw-r--r--ext/console/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/console/Cargo.toml b/ext/console/Cargo.toml
index a3e428a80..83765d291 100644
--- a/ext/console/Cargo.toml
+++ b/ext/console/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_console"
-version = "0.51.0"
+version = "0.52.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -14,4 +14,4 @@ description = "Implementation of Console API for Deno"
path = "lib.rs"
[dependencies]
-deno_core = { version = "0.133.0", path = "../../core" }
+deno_core = { version = "0.134.0", path = "../../core" }