This is an automated email from the ASF dual-hosted git repository.
rskraba 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 e380e2fd6 AVRO-3541: Unbump strum_macros (#1729)
e380e2fd6 is described below
commit e380e2fd6d9183771df6234ec202d56b8005518d
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"] }