From 486f63ca4696dd56af41e1d2f27010854bec9eca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 02:36:27 +0000 Subject: [PATCH] Bump tokio from 1.44.1 to 1.44.2 in /rust Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/fusion-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 48bdcd8..99df0f1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1422,9 +1422,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/rust/fusion-core/Cargo.toml b/rust/fusion-core/Cargo.toml index c9f938f..b6807f2 100644 --- a/rust/fusion-core/Cargo.toml +++ b/rust/fusion-core/Cargo.toml @@ -12,7 +12,7 @@ serde_json = "1.0.140" thiserror = "2.0.12" sqlite = { version = "0.36.2" , features = ["default"]} reqwest = { version = "0.12.15", features = ["json", "default"] } -tokio = { version = "1.24.1", features = ["time", "sync"] } +tokio = { version = "1.44.2", features = ["time", "sync"] } async-compat = "0.2.4" base64 = "0.22.1"