From 8535391bcea52acc3689a9abf5e945b849b10509 Mon Sep 17 00:00:00 2001 From: serzhiio Date: Tue, 19 Nov 2019 16:52:03 +0300 Subject: [PATCH] update broadcaster to latest version with 0.3 futures dep --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7ffaae3a1..977befb5d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -53,7 +53,7 @@ std = [ async-attributes = { version = "1.1.1", optional = true } async-macros = { version = "2.0.0", optional = true } async-task = { version = "1.0.0", optional = true } -broadcaster = { version = "0.2.6", optional = true, default-features = false, features = ["default-channels"] } +broadcaster = { version = "0.3.0", optional = true, default-features = false, features = ["default-channels"] } crossbeam-channel = { version = "0.4.0", optional = true } crossbeam-deque = { version = "0.7.2", optional = true } crossbeam-utils = { version = "0.7.0", optional = true }