summaryrefslogtreecommitdiff
path: root/extensions/broadcast_channel/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/broadcast_channel/Cargo.toml')
-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"] }