From b573bbe4471c3872f96e1d7b9d1d1a2b39ff4cf1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Thu, 23 Jul 2020 00:23:52 +0200 Subject: upgrade: tokio 0.2.22 (#6838) --- 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 2d0ecc3ae..b9444a594 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -10,7 +10,7 @@ name = "test_server" path = "src/test_server.rs" [dependencies] -tokio = { version = "0.2.21", features = ["full"] } +tokio = { version = "0.2.22", features = ["full"] } futures = { version = "0.3.5", features = ["compat", "io-compat"] } bytes = "0.5.5" lazy_static = "1.4.0" -- cgit v1.2.3