You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by mg...@apache.org on 2022/12/06 20:09:33 UTC

[avro] branch branch-1.11 updated: Bump zstd from 0.12.0+zstd.1.5.2 to 0.12.1+zstd.1.5.2 in /lang/rust (#2003)

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


The following commit(s) were added to refs/heads/branch-1.11 by this push:
     new 25ae2df92 Bump zstd from 0.12.0+zstd.1.5.2 to 0.12.1+zstd.1.5.2 in /lang/rust (#2003)
25ae2df92 is described below

commit 25ae2df926373930a242ff984ba80f12b405d970
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Dec 6 22:08:53 2022 +0200

    Bump zstd from 0.12.0+zstd.1.5.2 to 0.12.1+zstd.1.5.2 in /lang/rust (#2003)
    
    Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.12.0+zstd.1.5.2 to 0.12.1+zstd.1.5.2.
    - [Release notes](https://github.com/gyscos/zstd-rs/releases)
    - [Commits](https://github.com/gyscos/zstd-rs/compare/v0.12.0...v0.12.1)
    
    ---
    updated-dependencies:
    - dependency-name: zstd
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit e59fb6436885074ce6827e6dce17a571170c14ba)
---
 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 b30b9db9c..e1ddbaf2a 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1218,9 +1218,9 @@ dependencies = [
 
 [[package]]
 name = "zstd"
-version = "0.12.0+zstd.1.5.2"
+version = "0.12.1+zstd.1.5.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b8148aa921e9d53217ab9322f8553bd130f7ae33489db68b381d76137d2e6374"
+checksum = "5c947d2adc84ff9a59f2e3c03b81aa4128acf28d6ad7d56273f7e8af14e47bea"
 dependencies = [
  "zstd-safe",
 ]
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 15824498b..94640b1de 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -73,7 +73,7 @@ typed-builder = { default-features = false, version = "0.11.0" }
 uuid = { default-features = false, version = "1.2.2", features = ["serde", "std"] }
 xz2 = { default-features = false, version = "0.1.7", optional = true }
 zerocopy = { default-features = false, version = "0.6.1" }
-zstd = { default-features = false, version = "0.12.0+zstd.1.5.2", optional = true }
+zstd = { default-features = false, version = "0.12.1+zstd.1.5.2", optional = true }
 
 [target.'cfg(target_arch = "wasm32")'.dependencies]
 quad-rand = { default-features = false, version = "0.2.1" }