summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-01-30 11:18:31 +0900
committerGitHub <noreply@github.com>2021-01-29 21:18:31 -0500
commitef46bc88bd48371d10ef59c99c8c113632ea7d97 (patch)
tree72ff1beb9bb0841e4baf4aa524ceb93f119e6f8f /cli
parentd405e57c3cfdba3230ae868ee5e3b2dd5f514ee0 (diff)
chore: upgrade tokio to 1.1.1 (#9327)
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 4599c99dc..ca8d3e527 100644
--- a/cli/Cargo.toml
+++ b/cli/Cargo.toml
@@ -75,7 +75,7 @@ swc_ecmascript = { version = "0.18.4", features = ["codegen", "dep_graph", "pars
tempfile = "3.2.0"
termcolor = "1.1.2"
text-size = "1.1.0"
-tokio = { version = "1.1.0", features = ["full"] }
+tokio = { version = "1.1.1", features = ["full"] }
tokio-rustls = "0.22.0"
uuid = { version = "0.8.2", features = ["v4"] }
walkdir = "2.3.1"