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:41:53 UTC

[avro] branch branch-1.11 updated: AVRO-3437: Rust: Update dependencies (#1585)

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 23a1c88  AVRO-3437: Rust: Update dependencies (#1585)
23a1c88 is described below

commit 23a1c882a7215c0737e751de8f4e6ca92588d270
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Tue Mar 8 16:37:59 2022 +0200

    AVRO-3437: Rust: Update dependencies (#1585)
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit 531ccde8a0fb2d782a4350cd8056de3ce08c427e)
---
 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"