Merge pull request #7158 from chatmail/dependabot/cargo/async_zip-0.0.18

This commit is contained in:
dependabot[bot]
2025-09-02 18:54:53 +00:00
committed by GitHub

6
Cargo.lock generated
View File

@@ -352,15 +352,15 @@ dependencies = [
[[package]] [[package]]
name = "async_zip" name = "async_zip"
version = "0.0.17" version = "0.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b9f7252833d5ed4b00aa9604b563529dd5e11de9c23615de2dcdf91eb87b52" checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"crc32fast", "crc32fast",
"futures-lite", "futures-lite",
"pin-project", "pin-project",
"thiserror 1.0.69", "thiserror 2.0.12",
"tokio", "tokio",
"tokio-util", "tokio-util",
] ]