This is an automated email from the ASF dual-hosted git repository.

mgrigorov pushed a commit to branch branch-1.11
in repository https://gitbox.apache.org/repos/asf/avro.git

commit 318ad62ccd0ed8562e1084ecb41f22af9b7b96ba
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 8 23:52:19 2024 +0300

    Bump zstd from 0.13.1 to 0.13.2 in /lang/rust (#3009)
    
    (cherry picked from commit 3383b7987429c7d34f7e4213e5336c6b98caef7b)
---
 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 3d29eac23..077bd3ab7 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 f73e23cf8..875df6d1d 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]

Reply via email to