summaryrefslogtreecommitdiff
path: root/ext/broadcast_channel
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/broadcast_channel
parent3166506980a6dddb1a5f6ddbf9dc1e5e8f9215fc (diff)
1.21.3 (#14584)
Diffstat (limited to 'ext/broadcast_channel')
-rw-r--r--ext/broadcast_channel/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/broadcast_channel/Cargo.toml b/ext/broadcast_channel/Cargo.toml
index 414a83abf..6539959d5 100644
--- a/ext/broadcast_channel/Cargo.toml
+++ b/ext/broadcast_channel/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "deno_broadcast_channel"
-version = "0.45.0"
+version = "0.46.0"
authors = ["the Deno authors"]
edition = "2021"
license = "MIT"
@@ -15,6 +15,6 @@ path = "lib.rs"
[dependencies]
async-trait = "0.1"
-deno_core = { version = "0.133.0", path = "../../core" }
+deno_core = { version = "0.134.0", path = "../../core" }
tokio = { version = "1.17", features = ["full"] }
uuid = { version = "1.0.0", features = ["v4"] }