diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-04-02 19:54:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-02 19:54:40 +0200 |
commit | 6c25b5135dfa6d9be35f6993e4b43d442977eff9 (patch) | |
tree | c46af87ac21b1b99ea7a948dfe02894afeb75848 /cli | |
parent | c0ee027d346191238c01d9fd35f45cc695bd1ae6 (diff) |
chore: update tokio, tokio-util and libc dependencies (#14174)
Diffstat (limited to 'cli')
-rw-r--r-- | cli/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/cli/Cargo.toml b/cli/Cargo.toml index a5c74aa1a..0ded96e1a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -72,11 +72,11 @@ fancy-regex = "=0.7.1" http = "=0.2.4" import_map = "=0.9.0" jsonc-parser = { version = "=0.19.0", features = ["serde"] } -libc = "=0.2.106" +libc = "=0.2.121" log = { version = "=0.4.14", features = ["serde"] } lspower = "=1.4.0" node_resolver = "=0.1.1" -notify = "=5.0.0-pre.12" +notify = "=5.0.0-pre.14" num-format = "=0.4.0" once_cell = "=1.10.0" percent-encoding = "=2.1.0" @@ -93,8 +93,8 @@ shell-escape = "=0.1.5" sourcemap = "=6.0.1" text-size = "=1.1.0" text_lines = "=0.4.1" -tokio = { version = "=1.14", features = ["full"] } -tokio-util = "=0.6.9" +tokio = { version = "=1.17", features = ["full"] } +tokio-util = "=0.7.0" typed-arena = "2.0.1" uuid = { version = "=0.8.2", features = ["v4", "serde"] } walkdir = "=2.3.2" |