From ff8e61ec867aaf9f89ab909dc13df367081e5d79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 07:26:55 -0700 Subject: [PATCH] chore(deps): Bump async-compression from 0.4.1 to 0.4.2 (#18417) Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.1 to 0.4.2. - [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/compare/async-compression-v0.4.1...async-compression-v0.4.2) --- 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 9f3f552ab54248..a7e072df86da85 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -396,9 +396,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b74f44609f0f91493e3082d3734d98497e094777144380ea4db9f9905dd5b6" +checksum = "d495b6dc0184693324491a5ac05f559acc97bf937ab31d7a1c33dd0016be6d2b" dependencies = [ "flate2", "futures-core", diff --git a/Cargo.toml b/Cargo.toml index 7732824c37f659..f1fd5b6d74b670 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -245,7 +245,7 @@ greptimedb-client = { git = "https://github.com/GreptimeTeam/greptimedb-client-r # External libs arc-swap = { version = "1.6", default-features = false, optional = true } -async-compression = { version = "0.4.1", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } +async-compression = { version = "0.4.2", default-features = false, features = ["tokio", "gzip", "zstd"], optional = true } apache-avro = { version = "0.15.0", default-features = false, optional = true } axum = { version = "0.6.20", default-features = false } base64 = { version = "0.21.3", default-features = false, optional = true }