summaryrefslogtreecommitdiff
path: root/extensions/broadcast_channel
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2021-07-09 17:15:50 +0200
committerGitHub <noreply@github.com>2021-07-09 17:15:50 +0200
commitab079a8d63e9a32d2ddae1071797f57823357967 (patch)
treef00ef2694ddcf8fd31f32848102035758f4eb6a4 /extensions/broadcast_channel
parent391bf17479dbc087e0e7dde65f8b353f5089486c (diff)
chore: update crates (#11332)
Diffstat (limited to 'extensions/broadcast_channel')
-rw-r--r--extensions/broadcast_channel/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/broadcast_channel/Cargo.toml b/extensions/broadcast_channel/Cargo.toml
index edc43d088..cdbf1e18f 100644
--- a/extensions/broadcast_channel/Cargo.toml
+++ b/extensions/broadcast_channel/Cargo.toml
@@ -16,5 +16,5 @@ path = "lib.rs"
[dependencies]
async-trait = "0.1"
deno_core = { version = "0.92.0", path = "../../core" }
-tokio = { version = "1.8.0", features = ["full"] }
+tokio = { version = "1.8.1", features = ["full"] }
uuid = { version = "0.8.2", features = ["v4"] }