aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 91dabf8..0d85c70 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,6 +19,6 @@ std = []
[dev-dependencies]
atomic-waker = "1.0.0"
easy-parallel = "3.1.0"
-flume = { version = "0.9.0", default-features = false }
+flume = { version = "0.10", default-features = false }
once_cell = "1.4.1"
smol = "1.0.1"