From 6c25b5135dfa6d9be35f6993e4b43d442977eff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 2 Apr 2022 19:54:40 +0200 Subject: chore: update tokio, tokio-util and libc dependencies (#14174) --- cli/Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli') 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" -- cgit v1.2.3