This is an automated email from the ASF dual-hosted git repository.
rskraba 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 990ed3eb8 AVRO-3541: Unbump strum_macros (#1729)
990ed3eb8 is described below
commit 990ed3eb8a7b10ebdbde709458c7754ca4972b9c
Author: Ryan Skraba <[email protected]>
AuthorDate: Tue Jun 21 18:18:42 2022 +0200
AVRO-3541: Unbump strum_macros (#1729)
---
lang/rust/avro/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index 7ee89244c..3809ab5a1 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -66,7 +66,7 @@ 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.1" }
-strum_macros = { default-features = false, version = "0.24.1" }
+strum_macros = { default-features = false, version = "0.24.0" }
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"] }