summaryrefslogtreecommitdiff
path: root/cli
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 /cli
parentbd842c0e28f6f661b5dee394f41434ce8984046c (diff)
chore: upgrade Tokio to 1.6.0 (#10637)
Diffstat (limited to 'cli')
-rw-r--r--cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml
index 1e3977b5b..c3ec15496 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -73,7 +73,7 @@ swc_ecmascript = { version = "0.33.0", features = ["codegen", "dep_graph", "pars
tempfile = "3.2.0"
termcolor = "1.1.2"
text-size = "1.1.0"
-tokio = { version = "1.4.0", features = ["full"] }
+tokio = { version = "1.6.0", features = ["full"] }
tokio-rustls = "0.22.0"
uuid = { version = "0.8.2", features = ["v4", "serde"] }
walkdir = "2.3.2"