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
commit 32e79fba3ab92f616658d939e3cdd14b18d63c3f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 5 10:23:27 2022 +0200
Update strum_macros requirement from 0.21.1 to 0.23.1 in /lang/rust (#1409)
Updates the requirements on
[strum_macros](https://github.com/Peternator7/strum) to permit the latest
version.
- [Release notes](https://github.com/Peternator7/strum/releases)
- [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Peternator7/strum/commits)
---
updated-dependencies:
- dependency-name: strum_macros
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c4ce231b911cb26a4b860149c542a449d717e231)
---
lang/rust/Cargo.toml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/rust/Cargo.toml b/lang/rust/Cargo.toml
index 8faffb3..7d85220 100644
--- a/lang/rust/Cargo.toml
+++ b/lang/rust/Cargo.toml
@@ -63,7 +63,7 @@ serde_json = "1.0.67"
serde = { version = "1.0.130", features = ["derive"] }
snap = { version = "1.0.5", optional = true }
strum = "0.23.0"
-strum_macros = "0.21.1"
+strum_macros = "0.23.1"
thiserror = "1.0.29"
typed-builder = "0.9.1"
uuid = { version = "0.8.2", features = ["serde", "v4"] }