From 6feccf34c4a5f9063b8eadd2acd577e030a19300 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 17:52:27 +0000 Subject: [PATCH] Bump zstd from 0.13.1 to 0.13.2 Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.13.1 to 0.13.2. - [Release notes](https://github.com/gyscos/zstd-rs/releases) - [Commits](https://github.com/gyscos/zstd-rs/compare/v0.13.1...v0.13.2) --- updated-dependencies: - dependency-name: zstd dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3fa9f81..398e8f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3232,9 +3232,9 @@ dependencies = [ [[package]] name = "zstd" -version = "0.13.1" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a" +checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9" dependencies = [ "zstd-safe", ] diff --git a/Cargo.toml b/Cargo.toml index c3b71db..9a907cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ bytes = "1.6.0" flate2 = { version = "1.0.17", features = ["zlib-ng"], default-features = false } object_store = { version = "0.10.1", features = ["aws", "gcp", "azure"] } async-trait = "0.1.80" -zstd = "0.13.1" +zstd = "0.13.2" human-duration = "0.1.0" bytesize = "1.3.0" log = "0.4.21"