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 49bd84ff4 Bump strum_macros from 0.26.1 to 0.26.2 in /lang/rust (#2800)
49bd84ff4 is described below
commit 49bd84ff4515622f92e324a85f5e45a003b3a095
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Mar 12 09:39:57 2024 +0200
Bump strum_macros from 0.26.1 to 0.26.2 in /lang/rust (#2800)
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.1 to
0.26.2.
- [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
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 06d8b444a59ecc8abe289d45e5bd35d39786c001)
---
lang/rust/Cargo.lock | 4 ++--
lang/rust/avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock
index 8ba16c554..2ce349e43 100644
--- a/lang/rust/Cargo.lock
+++ b/lang/rust/Cargo.lock
@@ -1261,9 +1261,9 @@ checksum =
"5d8cec3501a5194c432b2b7976db6b7d10ec95c253208b45f83f7136aa985e29"
[[package]]
name = "strum_macros"
-version = "0.26.1"
+version = "0.26.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18"
+checksum = "c6cf59daf282c0a494ba14fd21610a0325f9f90ec9d1231dea26bcb1d696c946"
dependencies = [
"heck",
"proc-macro2",
diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml
index c371045f4..d792d0db0 100644
--- a/lang/rust/avro/Cargo.toml
+++ b/lang/rust/avro/Cargo.toml
@@ -67,7 +67,7 @@ serde = { workspace = true }
serde_json = { workspace = true }
snap = { default-features = false, version = "1.1.0", optional = true }
strum = { default-features = false, version = "0.26.2" }
-strum_macros = { default-features = false, version = "0.26.1" }
+strum_macros = { default-features = false, version = "0.26.2" }
thiserror = { default-features = false, version = "1.0.57" }
typed-builder = { default-features = false, version = "0.18.1" }
uuid = { default-features = false, version = "1.7.0", features = ["serde",
"std"] }