From ab0c00984605ad7ecd1df211730300ea465449de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 20:52:43 +0000 Subject: [PATCH] update tokio requirement in /cli in the cargo group across 1 directory --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] --- cli/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 36fe74b8772f7a..571367269886ab 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -105,7 +105,7 @@ shell-escape = "=0.1.5" tar = "=0.4.38" text-size = "=1.1.0" text_lines = "=0.6.0" -tokio = { version = "=1.21.1", features = ["full"] } +tokio = { version = "=1.37.0", features = ["full"] } tokio-util = "=0.7.4" tower-lsp = { version = "=0.17.0", features = ["proposed"] } twox-hash = "=1.6.3"