From 3383b7987429c7d34f7e4213e5336c6b98caef7b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 23:52:19 +0300 Subject: [PATCH] Bump zstd from 0.13.1 to 0.13.2 in /lang/rust (#3009) --- lang/rust/Cargo.lock | 4 ++-- lang/rust/avro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 3d29eac233a..077bd3ab71a 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1675,9 +1675,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/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index f73e23cf8ce..875df6d1d20 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -72,7 +72,7 @@ thiserror = { default-features = false, version = "1.0.61" } typed-builder = { default-features = false, version = "0.18.2" } uuid = { default-features = false, version = "1.9.1", features = ["serde", "std"] } xz2 = { default-features = false, version = "0.1.7", optional = true } -zstd = { default-features = false, version = "0.13.1", optional = true } +zstd = { default-features = false, version = "0.13.2", optional = true } [target.'cfg(target_arch = "wasm32")'.dependencies]