summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2022-09-16 19:11:30 -0400
committerGitHub <noreply@github.com>2022-09-16 19:11:30 -0400
commit684841a18c90029df404e02fed7509bb0571053a (patch)
treea350038fcd60b90651b7aeea63deff3f9096a013 /test_util
parent38280990dae50f19c4e52eac5de2054e42f455e4 (diff)
upgrade deps (#15914)
Diffstat (limited to 'test_util')
-rw-r--r--test_util/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml
index ce5ad244d..114f52c61 100644
--- a/test_util/Cargo.toml
+++ b/test_util/Cargo.toml
@@ -23,16 +23,16 @@ lazy_static = "1.4.0"
once_cell = "1.10.0"
os_pipe = "1.0.1"
parking_lot = "0.12.0"
-pretty_assertions = "=1.2.1"
+pretty_assertions = "1.3"
regex = "1.6.0"
reqwest = { version = "0.11.11", default-features = false, features = ["rustls-tls", "stream", "gzip", "brotli", "socks"] }
ring = "0.16.20"
rustls-pemfile = "1.0.0"
-semver = "1.0.13"
+semver = "1.0"
serde = { version = "1.0.136", features = ["derive"] }
serde_json = "1.0.79"
tar = "0.4.38"
-tokio = { version = "1.19", features = ["full"] }
+tokio = { version = "1.21", features = ["full"] }
tokio-rustls = "0.23"
tokio-tungstenite = "0.16"