From 43f9a7ce7ce0e254fcf64a58ca40971cd7b9b323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 10:34:24 +0000 Subject: [PATCH] build(deps): bump futures-timer from 3.0.3 to 3.0.4 in the futures group Bumps the futures group with 1 update: [futures-timer](https://github.com/async-rs/futures-timer). Updates `futures-timer` from 3.0.3 to 3.0.4 - [Release notes](https://github.com/async-rs/futures-timer/releases) - [Changelog](https://github.com/async-rs/futures-timer/blob/master/CHANGELOG.md) - [Commits](https://github.com/async-rs/futures-timer/compare/v3.0.3...v3.0.4) --- updated-dependencies: - dependency-name: futures-timer dependency-version: 3.0.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: futures ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e47716b94b..4578b0ee69 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -742,9 +742,9 @@ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" [[package]] name = "futures-timer" -version = "3.0.3" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" +checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968" [[package]] name = "futures-util"