From 8f0d5c622a0df56ba48aeecbbc23ed00c646c1d3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 18:54:12 +0000 Subject: [PATCH] Bump async-compression from 0.4.0 to 0.4.3 in /native Bumps [async-compression](https://github.com/Nullus157/async-compression) from 0.4.0 to 0.4.3. - [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.3) --- updated-dependencies: - dependency-name: async-compression dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- native/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index ec1f56b..c17adf0 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -28,9 +28,9 @@ dependencies = [ [[package]] name = "async-compression" -version = "0.4.0" +version = "0.4.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5b0122885821398cc923ece939e24d1056a2384ee719432397fa9db87230ff11" +checksum = "bb42b2197bf15ccb092b62c74515dbd8b86d0effd934795f6687c93b6e679a2c" dependencies = [ "flate2", "futures-core",