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 3df6879 chore(deps): Bump strum_macros from 0.27.1 to 0.27.2 (#232)
3df6879 is described below
commit 3df6879278f20e985876b339e8fa46e3e2d78ba0
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 08:30:30 2025 +0300
chore(deps): Bump strum_macros from 0.27.1 to 0.27.2 (#232)
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.27.1 to
0.27.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/compare/v0.27.1...v0.27.2)
---
updated-dependencies:
- dependency-name: strum_macros
dependency-version: 0.27.2
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>
Co-authored-by: Martin Grigorov <[email protected]>
---
Cargo.lock | 5 ++---
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index df4707f..aabf141 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1236,14 +1236,13 @@ checksum =
"af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
[[package]]
name = "strum_macros"
-version = "0.27.1"
+version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
+checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
dependencies = [
"heck",
"proc-macro2",
"quote",
- "rustversion",
"syn",
]
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index b88bfec..1d98fb3 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.2" }
-strum_macros = { default-features = false, version = "0.27.1" }
+strum_macros = { default-features = false, version = "0.27.2" }
thiserror = { default-features = false, version = "2.0.12" }
uuid = { default-features = false, version = "1.17.0", features = ["serde",
"std"] }
xz2 = { default-features = false, version = "0.1.7", optional = true }