diff --git a/Cargo.lock b/Cargo.lock index 900eac1b..5543cd13 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3880,9 +3880,9 @@ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" [[package]] name = "futures-lite" -version = "2.6.0" +version = "2.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532" +checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" dependencies = [ "fastrand", "futures-core", diff --git a/crates/dbus/Cargo.toml b/crates/dbus/Cargo.toml index f6a13905..24894649 100644 --- a/crates/dbus/Cargo.toml +++ b/crates/dbus/Cargo.toml @@ -13,7 +13,7 @@ workspace = true async_zip = { version = "0.0.17", features = ["deflate"] } fig_os_shim.workspace = true fig_util.workspace = true -futures-lite = "2.6.0" +futures-lite = "2.6.1" serde.workspace = true serde_json.workspace = true thiserror.workspace = true