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/06/13 06:06:32 UTC

[avro] branch master updated: AVRO-3533: Rust: Update dependencies

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

mgrigorov pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git


The following commit(s) were added to refs/heads/master by this push:
     new 79976977f AVRO-3533: Rust: Update dependencies
79976977f is described below

commit 79976977feba9a1e77ca1d96137295bc0ab96e8a
Author: Martin Tzvetanov Grigorov <mg...@apache.org>
AuthorDate: Mon Jun 13 09:06:09 2022 +0300

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

diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index c33500a12..7ee89244c 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -65,8 +65,8 @@ regex = { default-features = false, version = "1.5.6", features = ["std"] }
 serde_json = { default-features = false, version = "1.0.81", features = ["std"] }
 serde = { default-features = false, version = "1.0.137", features = ["derive"] }
 snap = { default-features = false, version = "1.0.5", optional = true }
-strum = { default-features = false, version = "0.24.0" }
-strum_macros = { default-features = false, version = "0.24.0" }
+strum = { default-features = false, version = "0.24.1" }
+strum_macros = { default-features = false, version = "0.24.1" }
 thiserror = { default-features = false, version = "1.0.31" }
 typed-builder = { default-features = false, version = "0.10.0" }
 uuid = { default-features = false, version = "1.1.1", features = ["serde", "std", "v4"] }