summaryrefslogtreecommitdiff
path: root/cli
diff options
context:
space:
mode:
authorYusuke Tanaka <yusuktan@maguro.dev>2021-05-29 20:18:24 +0900
committerGitHub <noreply@github.com>2021-05-29 13:18:24 +0200
commit5f92f35beed4e2670ef684e8c0561f4d64d19c92 (patch)
tree535ce48514ad1a0327ae8890ee94eb3b3d283667 /cli
parentd95056c10b53aa7ead913ae7fddab5ac1312c2c8 (diff)
chore: upgrade Tokio to 1.6.1 (#10782)
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 44976eff1..c14072508 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.6.0", features = ["full"] }
+tokio = { version = "1.6.1", features = ["full"] }
tokio-rustls = "0.22.0"
uuid = { version = "0.8.2", features = ["v4", "serde"] }
walkdir = "2.3.2"