mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-17 06:41:03 +02:00
Merge pull request #843 from JakeStanger/dependabot/cargo/futures-lite-2.6.0
build(deps): bump futures-lite from 2.5.0 to 2.6.0
This commit is contained in:
commit
ad07a8a637
2 changed files with 4 additions and 4 deletions
|
@ -166,7 +166,7 @@ swayipc-async = { version = "2.0.1", optional = true }
|
|||
hyprland = { version = "0.4.0-alpha.3", features = ["silent"], optional = true }
|
||||
|
||||
# shared
|
||||
futures-lite = { version = "2.5.0", optional = true } # network_manager, upower, workspaces
|
||||
futures-lite = { version = "2.6.0", optional = true } # network_manager, upower, workspaces
|
||||
nix = { version = "0.29.0", optional = true, features = ["event", "fs", "poll"] } # clipboard, input
|
||||
regex = { version = "1.11.1", default-features = false, features = [
|
||||
"std",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue