From a6465f0bc705e4b6b8044f26235feae74153e55b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Jun 2025 02:39:27 +0000 Subject: [PATCH] Bump tokio from 1.44.1 to 1.45.1 in /rust Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.44.1 to 1.45.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.44.1...tokio-1.45.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.45.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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..68ac9b1 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1422,9 +1422,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.44.1" +version = "1.45.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f382da615b842244d4b8738c82ed1275e6c5dd90c459a30941cd07080b06c91a" +checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779" dependencies = [ "backtrace", "bytes", diff --git a/rust/fusion-core/Cargo.toml b/rust/fusion-core/Cargo.toml index c9f938f..af5e40b 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.45.1", features = ["time", "sync"] } async-compat = "0.2.4" base64 = "0.22.1"