diff options
Diffstat (limited to 'extensions/broadcast_channel/Cargo.toml')
-rw-r--r-- | extensions/broadcast_channel/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/broadcast_channel/Cargo.toml b/extensions/broadcast_channel/Cargo.toml index cdbf1e18f..06985c8ed 100644 --- a/extensions/broadcast_channel/Cargo.toml +++ b/extensions/broadcast_channel/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "deno_broadcast_channel" -version = "0.4.1" +version = "0.5.0" edition = "2018" description = "Implementation of BroadcastChannel API for Deno" authors = ["the Deno authors"] @@ -15,6 +15,6 @@ path = "lib.rs" [dependencies] async-trait = "0.1" -deno_core = { version = "0.92.0", path = "../../core" } +deno_core = { version = "0.93.0", path = "../../core" } tokio = { version = "1.8.1", features = ["full"] } uuid = { version = "0.8.2", features = ["v4"] } |