From 42caee9c7d714f20573ecb5e3d437affe20890e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 01:53:13 +0000 Subject: [PATCH] build(deps): bump tokio from 1.41.0 to 1.41.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.41.0 to 1.41.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.41.0...tokio-1.41.1) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- harper-ls/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a81815b9..fc7a5d78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1483,9 +1483,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.41.0" +version = "1.41.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb" +checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33" dependencies = [ "backtrace", "bytes", diff --git a/harper-ls/Cargo.toml b/harper-ls/Cargo.toml index 5003c606..f57bbdaf 100644 --- a/harper-ls/Cargo.toml +++ b/harper-ls/Cargo.toml @@ -12,7 +12,7 @@ harper-core = { path = "../harper-core", version = "0.12.0", features = ["concur harper-comments = { path = "../harper-comments", version = "0.12.0" } harper-html = { path = "../harper-html", version = "0.12.0" } tower-lsp = "0.20.0" -tokio = { version = "1.41.0", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] } +tokio = { version = "1.41.1", features = ["fs", "rt", "rt-multi-thread", "macros", "io-std", "io-util", "net"] } clap = { version = "4.5.20", features = ["derive"] } once_cell = "1.20.2" dirs = "5.0.1"