From 99124a2224a6a3c4b57eea5a90bf867250e3997f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:51:00 +0000 Subject: [PATCH] build(deps): bump futures-lite from 2.4.0 to 2.5.0 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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d68eecb4..fad808ce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1033,9 +1033,9 @@ dependencies = [ [[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 2.0.1", "futures-core", @@ -1690,7 +1690,7 @@ dependencies = [ "color-eyre", "ctrlc", "dirs", - "futures-lite 2.4.0", + "futures-lite 2.5.0", "futures-signals", "futures-util", "glib", diff --git a/Cargo.toml b/Cargo.toml index 1c702578..37f97bf7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -163,7 +163,7 @@ hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true } futures-util = { version = "0.3.31", optional = true } # shared -futures-lite = { version = "2.4.0", optional = true } # network_manager, upower, workspaces +futures-lite = { version = "2.5.0", optional = true } # network_manager, upower, workspaces regex = { version = "1.11.1", default-features = false, features = [ "std", ], optional = true } # music, sys_info