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/03/17 14:18:11 UTC

[avro] branch branch-1.11 updated: Update zstd requirement in /lang/rust (#1599)

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 cc5e93d  Update zstd requirement in /lang/rust (#1599)
cc5e93d is described below

commit cc5e93de2d11ec2adfad734dffd4db50606e7f22
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Mar 17 16:17:24 2022 +0200

    Update zstd requirement in /lang/rust (#1599)
    
    Updates the requirements on [zstd](https://github.com/gyscos/zstd-rs) to permit the latest version.
    - [Release notes](https://github.com/gyscos/zstd-rs/releases)
    - [Commits](https://github.com/gyscos/zstd-rs/compare/v0.10.0...v0.11.0)
    
    ---
    updated-dependencies:
    - dependency-name: zstd
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
    (cherry picked from commit ce9ef8e0e9a6ee36121a98512b1d7f510e84deed)
---
 lang/rust/avro/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 7898444..c87f762 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -72,7 +72,7 @@ uuid = { version = "0.8.2", features = ["serde", "v4"] }
 zerocopy = "0.6.1"
 lazy_static = "1.4.0"
 log = "0.4.14"
-zstd = { version = "0.10.0+zstd.1.5.2", optional = true }
+zstd = { version = "0.11.0+zstd.1.5.2", optional = true }
 
 [dev-dependencies]
 md-5 = "0.10.1"