From 3aae41d25fd4d317bf4b6f41879b642ffa001f3f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 04:30:01 +0000 Subject: [PATCH] chore(deps): Bump async-compression from 0.4.0 to 0.4.2 Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.0 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.0...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] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ce9e6d92c79c3..d51ad9f3a3e0b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,9 +346,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.0" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11" +checksum = "d495b6dc0184693324491a5ac05f559acc97bf937ab31d7a1c33dd0016be6d2b" dependencies = [ "flate2", "futures-core", @@ -9105,7 +9105,7 @@ dependencies = [ "arc-swap", "arr_macro", "assert_cmd", - "async-compression 0.4.0", + "async-compression 0.4.2", "async-graphql", "async-graphql-warp", "async-stream", diff --git a/Cargo.toml b/Cargo.toml index de6bdc4cb2552..6d130f3ea1272 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -230,7 +230,7 @@ vrl = { package = "vrl", version = "0.4.0", features = ["cli", "test"] } # External libs arc-swap = { version = "1.6", default-features = false, optional = true } -async-compression = { version = "0.4.0", 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.14.0", default-features = false, optional = true } axum = { version = "0.6.18", default-features = false } base64 = { version = "0.21.2", default-features = false, optional = true }