This is an automated email from the ASF dual-hosted git repository.
mgrigorov pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new dc88891 chore: Bump strum_macros from 0.26.4 to 0.27.0 (#118)
dc88891 is described below
commit dc88891a1f480fa5fa36eb21b4dafee54a39de23
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 09:25:56 2025 +0200
chore: Bump strum_macros from 0.26.4 to 0.27.0 (#118)
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.26.4 to
0.27.0.
- [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/v0.27.0)
---
updated-dependencies:
- dependency-name: strum_macros
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
Cargo.lock | 4 ++--
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index e669006..d903539 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1353,9 +1353,9 @@ checksum =
"ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f"
[[package]]
name = "strum_macros"
-version = "0.26.4"
+version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
+checksum = "9688894b43459159c82bfa5a5fa0435c19cbe3c9b427fa1dd7b1ce0c279b18a7"
dependencies = [
"heck",
"proc-macro2",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 259f0d0..c15ca4b 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -68,7 +68,7 @@ serde_bytes = { workspace = true }
serde_json = { workspace = true }
snap = { default-features = false, version = "1.1.0", optional = true }
strum = { default-features = false, version = "0.27.0" }
-strum_macros = { default-features = false, version = "0.26.4" }
+strum_macros = { default-features = false, version = "0.27.0" }
thiserror = { default-features = false, version = "2.0.11" }
uuid = { default-features = false, version = "1.13.1", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }