diff options
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 2 |
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" |