1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-08-16 22:31:03 +02:00

build(deps): bump futures-lite from 2.3.0 to 2.4.0

Bumps [futures-lite](https://github.com/smol-rs/futures-lite) from 2.3.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.3.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] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-11-04 15:56:35 +00:00 committed by GitHub
parent 8b065fa50f
commit 2f03b66ba7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View file

@ -999,9 +999,9 @@ dependencies = [
[[package]] [[package]]
name = "futures-lite" name = "futures-lite"
version = "2.3.0" version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210"
dependencies = [ dependencies = [
"fastrand 2.0.1", "fastrand 2.0.1",
"futures-core", "futures-core",
@ -1656,7 +1656,7 @@ dependencies = [
"color-eyre", "color-eyre",
"ctrlc", "ctrlc",
"dirs", "dirs",
"futures-lite 2.3.0", "futures-lite 2.4.0",
"futures-signals", "futures-signals",
"futures-util", "futures-util",
"glib", "glib",

View file

@ -162,7 +162,7 @@ hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true }
futures-util = { version = "0.3.31", optional = true } futures-util = { version = "0.3.31", optional = true }
# shared # shared
futures-lite = { version = "2.3.0", optional = true } # network_manager, upower, workspaces futures-lite = { version = "2.4.0", optional = true } # network_manager, upower, workspaces
regex = { version = "1.11.1", default-features = false, features = [ regex = { version = "1.11.1", default-features = false, features = [
"std", "std",
], optional = true } # music, sys_info ], optional = true } # music, sys_info