summaryrefslogtreecommitdiff
path: root/test_util
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-15 22:13:10 +0900
committerGitHub <noreply@github.com>2021-05-15 15:13:10 +0200
commitbe2347ddc2b83e46e503a81f6aa32d5be631d361 (patch)
treeebe953dfc8e5ec76d84fbab70f1b664f1392cbf7 /test_util
parentbd842c0e28f6f661b5dee394f41434ce8984046c (diff)
chore: upgrade Tokio to 1.6.0 (#10637)
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 861a61ba2..ddb616ede 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.125", features = ["derive"] }
tempfile = "3.2.0"
-tokio = { version = "1.4.0", features = ["full"] }
+tokio = { version = "1.6.0", features = ["full"] }
tokio-rustls = "0.22.0"
tokio-tungstenite = "0.14.0"