diff --git a/Cargo.lock b/Cargo.lock index d697ac88..b1980ce0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -555,15 +555,15 @@ dependencies = [ [[package]] name = "async_zip" -version = "0.0.17" +version = "0.0.18" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52" +checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6" dependencies = [ "async-compression", "crc32fast", "futures-lite", "pin-project", - "thiserror 1.0.69", + "thiserror 2.0.12", ] [[package]] diff --git a/crates/dbus/Cargo.toml b/crates/dbus/Cargo.toml index f6a13905..1c1c6ddb 100644 --- a/crates/dbus/Cargo.toml +++ b/crates/dbus/Cargo.toml @@ -10,7 +10,7 @@ version.workspace = true workspace = true [target.'cfg(target_os = "linux")'.dependencies] -async_zip = { version = "0.0.17", features = ["deflate"] } +async_zip = { version = "0.0.18", features = ["deflate"] } fig_os_shim.workspace = true fig_util.workspace = true futures-lite = "2.6.0"