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/08 14:26:05 UTC

[avro] branch update-rust-dependencies created (now b96f4e0)

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

mgrigorov pushed a change to branch update-rust-dependencies
in repository https://gitbox.apache.org/repos/asf/avro.git.


      at b96f4e0  AVRO-3437: Rust: Update dependencies

This branch includes the following new commits:

     new b96f4e0  AVRO-3437: Rust: Update dependencies

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[avro] 01/01: AVRO-3437: Rust: Update dependencies

Posted by mg...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit b96f4e0edc7bd18f2bcbc18003f1faddd2ef8859
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Mar 7 07:40:58 2022 +0200

    AVRO-3437: Rust: Update dependencies
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
---
 lang/rust/avro/Cargo.toml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 13cc9c5..7898444 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -60,7 +60,7 @@ libflate = "1.1.2"
 xz2 = { version = "0.1.6", optional = true }
 num-bigint = "0.4.3"
 rand = "0.8.5"
-regex = "1.5.4"
+regex = "1.5.5"
 serde_json = "1.0.79"
 serde = { version = "1.0.136", features = ["derive"] }
 snap = { version = "1.0.5", optional = true }
@@ -72,12 +72,12 @@ 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.10.0+zstd.1.5.2", optional = true }
 
 [dev-dependencies]
-md-5 = "0.10.0"
-sha2 = "0.10.1"
+md-5 = "0.10.1"
+sha2 = "0.10.2"
 criterion = "0.3.5"
-anyhow = "1.0.53"
+anyhow = "1.0.56"
 hex-literal = "0.3.4"
 env_logger = "0.9.0"