From 9b2c20d3083969f407c1c78ce231523b3ffdb3de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 13:06:53 +0000 Subject: [PATCH] build(deps): bump futures-lite from 2.1.0 to 2.4.0 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.1.0 to 2.4.0. - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v2.1.0...v2.4.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- askar-storage/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e1d1c322e..6b3063315 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1142,9 +1142,9 @@ checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa" [[package]] name = "futures-lite" -version = "2.1.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aeee267a1883f7ebef3700f262d2d54de95dfaf38189015a74fdc4e0c7ad8143" +checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210" dependencies = [ "fastrand", "futures-core", diff --git a/askar-storage/Cargo.toml b/askar-storage/Cargo.toml index 1c138f90a..3d38fe154 100644 --- a/askar-storage/Cargo.toml +++ b/askar-storage/Cargo.toml @@ -32,7 +32,7 @@ async-stream = "0.3" bs58 = "0.5" chrono = "0.4" digest = "0.10" -futures-lite = "2.0" +futures-lite = "2.4" hex = "0.4" hmac = "0.12" itertools = "0.12"