diff options
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index 1bcbd6052..253604808 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -12,11 +12,11 @@ name = "test_server" path = "src/test_server.rs" [dependencies] -anyhow = "1.0.43" +anyhow = "1.0.55" async-stream = "0.3.2" atty = "0.2.14" base64 = "0.13.0" -futures = "0.3.16" +futures = "0.3.21" hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime"] } lazy_static = "1.4.0" os_pipe = "0.9.2" |