1
0
Fork 0
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:
Jake Stanger 2025-01-14 09:23:38 +00:00 committed by GitHub
commit ad07a8a637
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -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",