aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTaiki Endo <te316e89@gmail.com>2020-12-25 18:37:55 +0900
committerGitHub <noreply@github.com>2020-12-25 18:37:55 +0900
commit4c801fb09cf6ca9a97d12d544afd38fb1006cfba (patch)
tree1dca924b5b5ae6a40658a8483b780e386105fc99
parent11ec3f41169397be9fb3aba02aced4ff401e57eb (diff)
parent0f3c80c512e3ed9c278b6927e57274761e1e62ee (diff)
downloadasync-task-4c801fb09cf6ca9a97d12d544afd38fb1006cfba.tar.gz
Merge pull request #11 from taiki-e/deps
Update flume to 0.10
-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"