From 5e678be8a79c6fc4b423a5e72bd0583ba37e3543 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Apr 2025 02:07:40 +0000 Subject: [PATCH] Bump tokio from 1.44.0 to 1.44.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.0 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.0...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- bindings/python/Cargo.toml | 2 +- cpp-linter/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9388185..931f0c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2110,9 +2110,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9975ea0f48b5aa3972bf2d888c238182458437cc2a19374b81b25cdf1023fb3a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index c6c110c..576ad9c 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -19,7 +19,7 @@ bench = false [dependencies] pyo3 = { version = "0.24.1", features = ["extension-module"] } cpp-linter = { path = "../../cpp-linter" } -tokio = "1.44.0" +tokio = "1.44.2" [features] openssl-vendored = ["cpp-linter/openssl-vendored"] diff --git a/cpp-linter/Cargo.toml b/cpp-linter/Cargo.toml index a143dae..8ea15a5 100644 --- a/cpp-linter/Cargo.toml +++ b/cpp-linter/Cargo.toml @@ -31,7 +31,7 @@ reqwest = "0.12.12" semver = "1.0.26" serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.140" -tokio = { version = "1.44.0", features = ["macros", "rt-multi-thread"]} +tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"]} tokio-macros = "2.4.0" tokio-stream = "0.1.17" which = "7.0.2"