From 0d26a82ea9169c013e9b0f29c1ec418b28e273cf Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sat, 20 Mar 2021 11:51:27 -0400 Subject: upgrade: tokio 1.4.0 (#9842) --- test_util/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util') diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index e23fe5173..4af4d7f9f 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -21,7 +21,7 @@ os_pipe = "0.9.2" regex = "1.4.3" serde = { version = "1.0.123", features = ["derive"] } tempfile = "3.2.0" -tokio = { version = "1.3.0", features = ["full"] } +tokio = { version = "1.4.0", features = ["full"] } tokio-rustls = "0.22.0" tokio-tungstenite = "0.13.0" -- cgit v1.2.3