mirror of
https://github.com/chatmail/core.git
synced 2026-05-06 06:46:35 +03:00
Merge pull request #7158 from chatmail/dependabot/cargo/async_zip-0.0.18
This commit is contained in:
6
Cargo.lock
generated
6
Cargo.lock
generated
@@ -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",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user