summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorBert Belder <bertbelder@gmail.com>2020-11-25 00:38:23 +0100
committerBert Belder <bertbelder@gmail.com>2020-11-25 01:15:14 +0100
commit8d12653738066facfc228b1d0d9e31b76c6d9de0 (patch)
treee45c90cc79607fd5c8a29d0231f9cc43353399ac /test_util
parent605874ee98b52f5de7d1d1284507d5a9cb9eea9d (diff)
core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273)
Diffstat (limited to 'test_util')
-rw-r--r--test_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index cf450e360..fefe7f3d8 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -13,7 +13,7 @@ path = "src/test_server.rs"
[dependencies]
tokio = { version = "0.2.22", features = ["full"] }
-futures = "0.3.5"
+futures = "0.3.8"
bytes = "0.5.6"
lazy_static = "1.4.0"
os_pipe = "0.9.2"