From 66cc02088db60f66d568e551d3673f7af4d65456 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 23:07:44 +0000 Subject: [PATCH] Bump tokio from 1.39.3 to 1.40.0 in the cargo group Bumps the cargo group with 1 update: [tokio](https://github.com/tokio-rs/tokio). Updates `tokio` from 1.39.3 to 1.40.0 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.39.3...tokio-1.40.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.lock | 4 ++-- cpp-linter-lib/Cargo.toml | 2 +- cpp-linter-py/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e394071..c316201 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2395,9 +2395,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.39.3" +version = "1.40.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9babc99b9923bfa4804bd74722ff02c0381021eafa4db9949217e3be8e84fff5" +checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998" dependencies = [ "backtrace", "bytes", diff --git a/cpp-linter-lib/Cargo.toml b/cpp-linter-lib/Cargo.toml index 863d786..7676d94 100644 --- a/cpp-linter-lib/Cargo.toml +++ b/cpp-linter-lib/Cargo.toml @@ -23,7 +23,7 @@ semver = "1.0.23" serde = { version = "1.0.209", features = ["derive"] } serde-xml-rs = "0.6.0" serde_json = "1.0.127" -tokio = { version = "1.39.3", features = ["macros", "rt-multi-thread"]} +tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"]} tokio-macros = "2.4.0" tokio-stream = "0.1.15" which = "6.0.3" diff --git a/cpp-linter-py/Cargo.toml b/cpp-linter-py/Cargo.toml index 1e62f3e..6dbc5ae 100644 --- a/cpp-linter-py/Cargo.toml +++ b/cpp-linter-py/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.22.2", features = ["extension-module"] } cpp-linter-lib = { path = "../cpp-linter-lib", version = "*" } -tokio = "1.39.3" +tokio = "1.40.0" [features] openssl-vendored = ["cpp-linter-lib/openssl-vendored"]