From d491002d8d53c1fa4bf0e0a3f7ea2e912add9f76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 05:03:03 +0000 Subject: [PATCH] deps: bump futures-timer from 3.0.3 to 3.0.4 Bumps [futures-timer](https://github.com/async-rs/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: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8c3c072..cbabed9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,9 +438,9 @@ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" [[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"