From 8d12653738066facfc228b1d0d9e31b76c6d9de0 Mon Sep 17 00:00:00 2001 From: Bert Belder Date: Wed, 25 Nov 2020 00:38:23 +0100 Subject: core: implement 'AsyncRefCell' and 'ResourceTable2' (#8273) --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util') 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" -- cgit v1.2.3