summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorSatya Rohith <me@satyarohith.com>2022-03-05 03:38:04 +0530
committerGitHub <noreply@github.com>2022-03-05 03:38:04 +0530
commit70690f54af945a3ca94235c060de4bdee5c61d09 (patch)
treea8112e4754afd394bfca547ff5e64549e074f0cd /test_util
parent18a3a0ba7565177f5fc2a1bce93b65c34f598a51 (diff)
chore: update deps (#13821)
Diffstat (limited to 'test_util')
-rw-r--r--test_util/Cargo.toml4
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"