diff options
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" |
