From 684841a18c90029df404e02fed7509bb0571053a Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Fri, 16 Sep 2022 19:11:30 -0400 Subject: upgrade deps (#15914) --- test_util/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test_util/Cargo.toml') 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" -- cgit v1.2.3