diff --git a/Cargo.lock b/Cargo.lock index cda8c3d..cc2cb8d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -999,9 +999,9 @@ dependencies = [ [[package]] name = "futures-lite" -version = "2.3.0" +version = "2.4.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5" +checksum = "3f1fa2f9765705486b33fd2acf1577f8ec449c2ba1f318ae5447697b7c08d210" dependencies = [ "fastrand 2.0.1", "futures-core", @@ -1656,7 +1656,7 @@ dependencies = [ "color-eyre", "ctrlc", "dirs", - "futures-lite 2.3.0", + "futures-lite 2.4.0", "futures-signals", "futures-util", "glib", diff --git a/Cargo.toml b/Cargo.toml index 318a1c2..e19781d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -162,7 +162,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.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 = [ "std", ], optional = true } # music, sys_info