From 6b2494ded0670c067622e8248f593f838a6f91e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Mar 2024 14:37:50 +0000 Subject: [PATCH] build(deps): bump futures-lite from 2.2.0 to 2.3.0 Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.2.0 to 2.3.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.2.0...v2.3.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 61e928e8..82d0289a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1043,9 +1043,9 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.2.0" +version = "2.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "445ba825b27408685aaecefd65178908c36c6e96aaf6d8599419d46e624192ba" +checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" dependencies = [ "fastrand 2.0.1", "futures-core", @@ -1643,7 +1643,7 @@ dependencies = [ "color-eyre", "ctrlc", "dirs", - "futures-lite 2.2.0", + "futures-lite 2.3.0", "futures-util", "glib", "gtk", diff --git a/Cargo.toml b/Cargo.toml index 717759b5..068514b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -135,7 +135,7 @@ system-tray = { version = "0.1.5", optional = true } # upower upower_dbus = { version = "0.3.2", optional = true } -futures-lite = { version = "2.2.0", optional = true } +futures-lite = { version = "2.3.0", optional = true } # volume libpulse-binding = { version = "2.28.1", optional = true }