From b0f0934fa4f71d704e914e1a736161c51bf6e914 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 12:23:40 -0700 Subject: [PATCH] build(deps): bump async-compression from 0.4.9 to 0.4.10 (#145) Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.9 to 0.4.10. - [Release notes](https://github.com/Nullus157/async-compression/releases) - [Changelog](https://github.com/Nullus157/async-compression/blob/main/CHANGELOG.md) - [Commits](https://github.com/Nullus157/async-compression/commits/v0.4.10) --- updated-dependencies: - dependency-name: async-compression dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7187c80..4f09cfd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -109,9 +109,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.9" +version = "0.4.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4e9eabd7a98fe442131a17c316bd9349c43695e49e730c3c8e12cfb5f4da2693" +checksum = "9c90a406b4495d129f00461241616194cb8a032c8d1c53c657f0961d5f8e0498" dependencies = [ "flate2", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index f5aec1e..8d6445f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ repository = "https://github.com/edera-dev/krata" [workspace.dependencies] anyhow = "1.0" arrayvec = "0.7.4" -async-compression = "0.4.9" +async-compression = "0.4.10" async-stream = "0.3.5" async-trait = "0.1.80" backhand = "0.15.0"