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/11/24 08:43:31 UTC

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

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 8d6cfedd2 Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.0+zstd.1.5.2 in /lang/rust (#1980)
8d6cfedd2 is described below

commit 8d6cfedd2573cd3c9ca7dc88e6816d29dbdf3e82
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Nov 24 10:43:03 2022 +0200

    Bump zstd from 0.11.2+zstd.1.5.2 to 0.12.0+zstd.1.5.2 in /lang/rust (#1980)
    
    Bumps [zstd](https://github.com/gyscos/zstd-rs) from 0.11.2+zstd.1.5.2 to 0.12.0+zstd.1.5.2.
    - [Release notes](https://github.com/gyscos/zstd-rs/releases)
    - [Commits](https://github.com/gyscos/zstd-rs/commits)
    
    ---
    updated-dependencies:
    - dependency-name: zstd
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    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 17004daea4c9ab044dfe666386e5065b6ef8c306)
---
 lang/rust/Cargo.lock      | 8 ++++----
 lang/rust/avro/Cargo.toml | 2 +-
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 6ce810753..f2299c150 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1331,18 +1331,18 @@ dependencies = [
 
 [[package]]
 name = "zstd"
-version = "0.11.2+zstd.1.5.2"
+version = "0.12.0+zstd.1.5.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
+checksum = "b8148aa921e9d53217ab9322f8553bd130f7ae33489db68b381d76137d2e6374"
 dependencies = [
  "zstd-safe",
 ]
 
 [[package]]
 name = "zstd-safe"
-version = "5.0.2+zstd.1.5.2"
+version = "6.0.2+zstd.1.5.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
+checksum = "a6cf39f730b440bab43da8fb5faf5f254574462f73f260f85f7987f32154ff17"
 dependencies = [
  "libc",
  "zstd-sys",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 96883d239..33eee736d 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.11.2+zstd.1.5.2", optional = true }
+zstd = { default-features = false, version = "0.12.0+zstd.1.5.2", optional = true }
 
 [target.'cfg(target_arch = "wasm32")'.dependencies]
 quad-rand = { default-features = false, version = "0.2.1" }