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/02/16 19:43:26 UTC

[avro] branch branch-1.11 updated: Rust: Update dependencies

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 ebad7af  Rust: Update dependencies
ebad7af is described below

commit ebad7afa647fb1c02394d4eac545db35e538fb88
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Wed Feb 16 21:42:35 2022 +0200

    Rust: Update dependencies
    
    Signed-off-by: Martin Tzvetanov Grigorov <mg...@apache.org>
    (cherry picked from commit a87e3ad4360189991e28eca05f461b85b60d3cd9)
---
 lang/rust/Cargo.toml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index b6ad8d5..b2d1d2e 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -54,30 +54,30 @@ harness = false
 [dependencies]
 byteorder = "1.4.3"
 bzip2 = { version = "0.4.3", optional = true }
-crc32fast = { version = "1.2.1", optional = true }
-digest = "0.10.1"
-libflate = "1.1.1"
+crc32fast = { version = "1.3.2", optional = true }
+digest = "0.10.3"
+libflate = "1.1.2"
 xz2 = { version = "0.1.6", optional = true }
-num-bigint = "0.4.2"
-rand = "0.8.4"
+num-bigint = "0.4.3"
+rand = "0.8.5"
 regex = "1.5.4"
-serde_json = "1.0.67"
-serde = { version = "1.0.130", features = ["derive"] }
+serde_json = "1.0.79"
+serde = { version = "1.0.136", features = ["derive"] }
 snap = { version = "1.0.5", optional = true }
 strum = "0.23.0"
 strum_macros = "0.23.1"
-thiserror = "1.0.29"
+thiserror = "1.0.30"
 typed-builder = "0.10.0"
 uuid = { version = "0.8.2", features = ["serde", "v4"] }
 zerocopy = "0.6.1"
-lazy_static = "1.1.1"
+lazy_static = "1.4.0"
 log = "0.4.14"
-zstd = { version = "0.10.0+zstd.1.5.0" , optional = true }
+zstd = { version = "0.10.0+zstd.1.5.2" , optional = true }
 
 [dev-dependencies]
 md-5 = "0.10.0"
 sha2 = "0.10.1"
 criterion = "0.3.5"
-anyhow = "1.0.44"
-hex-literal = "0.3.3"
+anyhow = "1.0.53"
+hex-literal = "0.3.4"
 env_logger = "0.9.0"