summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2020-07-23 00:23:52 +0200
committerGitHub <noreply@github.com>2020-07-23 00:23:52 +0200
commitb573bbe4471c3872f96e1d7b9d1d1a2b39ff4cf1 (patch)
tree555f2af5bbf7d3b522f0b1234fc3accfb3556264 /test_util
parent587eefe7736efe70532124ca4ac93899f4ffbb8c (diff)
upgrade: tokio 0.2.22 (#6838)
Diffstat (limited to 'test_util')
-rw-r--r--test_util/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"