From d7dd43890e8e6587033cffd84da1ae619e8e4a6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 05:44:45 +0000 Subject: [PATCH] Bump futures-lite from 2.4.0 to 2.5.0 (#1394) Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.4.0 to 2.5.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.4.0...v2.5.0) --- updated-dependencies: - dependency-name: futures-lite dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- client/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b4cf69b2..82a70304 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1857,9 +1857,9 @@ checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" [[package]] name = "futures-lite" -version = "2.4.0" +version = "2.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210" +checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" dependencies = [ "fastrand", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 6b2aba8d..bff1eee4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ base64 = "0.22.1" console-subscriber = "0.4.1" email_address = "0.2.9" fastrand = "2.1.1" -futures-lite = "2.4.0" +futures-lite = "2.5.0" git-version = "0.3.9" janus_messages = "0.7.41" log = "0.4.22" diff --git a/client/Cargo.toml b/client/Cargo.toml index 5dac4846..6b25b9dc 100644 --- a/client/Cargo.toml +++ b/client/Cargo.toml @@ -33,7 +33,7 @@ num-rational = "0.4.2" [dev-dependencies] divviup-api.workspace = true fastrand = "2.1.1" -futures-lite = "2.4.0" +futures-lite = "2.5.0" test-support.workspace = true trillium = "0.2.20" trillium-macros = "0.0.6"