From 938ddbebb71f3323f42c59a1e8094112ab635909 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Oct 2025 11:24:02 +0000 Subject: [PATCH] build(deps): bump async_zip from 0.0.17 to 0.0.18 Bumps [async_zip](https://github.com/Majored/rs-async-zip) from 0.0.17 to 0.0.18. - [Release notes](https://github.com/Majored/rs-async-zip/releases) - [Commits](https://github.com/Majored/rs-async-zip/compare/v0.0.17...v0.0.18) --- updated-dependencies: - dependency-name: async_zip dependency-version: 0.0.18 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f6e16db..90b01ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -133,16 +133,16 @@ 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", "chrono", "crc32fast", "futures-lite", "pin-project", - "thiserror 1.0.69", + "thiserror 2.0.9", "tokio 1.45.0", "tokio-util", ] diff --git a/Cargo.toml b/Cargo.toml index 3e6608a..21e08fd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -56,7 +56,7 @@ reqwest = { version = "0.12", features = ["stream", "json", "rustls-tls-native-r sha1_smol = { version = "1.0.1", features = ["std"] } clap = { version = "4.5", features = ["derive"] } indexmap = { version = "2.9", features = ["serde"] } -async_zip = { version = "0.0.17", features = ["full"] } +async_zip = { version = "0.0.18", features = ["full"] } eyre = "0.6" color-eyre = { version = "0.6", default-features = false }