summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorLuca Casonato <hello@lcas.dev>2022-05-05 12:41:59 +0200
committerGitHub <noreply@github.com>2022-05-05 12:41:59 +0200
commit242273e69b5f5add23393e8e96e241696eae88fb (patch)
tree2605cc3d7728c14c8c81c0a79337658577825fbf /test_util
parente04f1f1f34656aed0faac88d63314726235cf4b8 (diff)
chore: update deps (#14416)
Diffstat (limited to 'test_util')
-rw-r--r--test_util/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index 80ea01966..376e06e57 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -12,22 +12,22 @@ name = "test_server"
path = "src/test_server.rs"
[dependencies]
-anyhow = "1.0.55"
-async-stream = "0.3.2"
+anyhow = "1.0.57"
+async-stream = "0.3.3"
atty = "0.2.14"
base64 = "0.13.0"
futures = "0.3.21"
-hyper = { version = "0.14.12", features = ["server", "http1", "http2", "runtime"] }
+hyper = { version = "0.14.18", features = ["server", "http1", "http2", "runtime"] }
lazy_static = "1.4.0"
once_cell = "1.10.0"
os_pipe = "1.0.1"
parking_lot = "0.12.0"
-pretty_assertions = "=1.2.0"
+pretty_assertions = "=1.2.1"
regex = "1.5.5"
-rustls-pemfile = "0.2.1"
-serde = { version = "1.0.126", features = ["derive"] }
-serde_json = "1.0.65"
-tokio = { version = "1.10.1", features = ["full"] }
+rustls-pemfile = "1.0.0"
+serde = { version = "1.0.136", features = ["derive"] }
+serde_json = "1.0.79"
+tokio = { version = "1.17", features = ["full"] }
tokio-rustls = "0.23"
tokio-tungstenite = "0.16"