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 d19a6707f AVRO-3533: Rust: Update dependencies
d19a6707f is described below
commit d19a6707fb2dd2966af0216af073cafebacd4c61
Author: Martin Tzvetanov Grigorov <[email protected]>
AuthorDate: Mon Jun 13 09:06:09 2022 +0300
AVRO-3533: Rust: Update dependencies
Update strum library
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
(cherry picked from commit 79976977feba9a1e77ca1d96137295bc0ab96e8a)
---
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"] }