From 3c066859d3101550791df017d6ffcfef3acfb65d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 23:18:41 +0000 Subject: [PATCH] build(deps): bump tokio-util from 0.7.16 to 0.7.17 in /rust Bumps [tokio-util](https://github.com/tokio-rs/tokio) from 0.7.16 to 0.7.17. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.16...tokio-util-0.7.17) --- updated-dependencies: - dependency-name: tokio-util dependency-version: 0.7.17 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 6 +++--- rust/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 90b76ff..da9644d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -912,7 +912,7 @@ dependencies = [ "libc", "option-ext", "redox_users", - "windows-sys 0.60.2", + "windows-sys 0.61.2", ] [[package]] @@ -3305,9 +3305,9 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.16" +version = "0.7.17" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" +checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" dependencies = [ "bytes", "futures-core", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 29a3aee..f8483c7 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -19,7 +19,7 @@ nvidia = [ [dependencies] flutter_rust_bridge = "=2.11.1" tokio = { version = "1.48.0", features = ["full"] } -tokio-util = "0.7.16" +tokio-util = "0.7.17" anyhow = "1.0" candle-core = { version = "0.9.1" } candle-nn = { version = "0.9.1" }