From c6972e7700821cbfb2d4848dfe1f6ccfc94dd59e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Apr 2025 17:47:16 +0000 Subject: [PATCH] Bump tokio from 1.42.0 to 1.44.2 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.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 | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 45d10c8..9c54c08 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3946,9 +3946,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.42.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", @@ -3964,9 +3964,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" +checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 3061805..4b65467 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,7 +95,7 @@ semver = "1" serde = { version = "1.0.197", features = ["derive"] } serde_json = "1.0.115" tempfile = "3.10.1" -tokio = { version = "1.37.0", default-features = false, features = [ +tokio = { version = "1.44.2", default-features = false, features = [ "macros", "rt-multi-thread", ] }