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 94e4a0c chore: Bump strum_macros from 0.27.0 to 0.27.1 (#123)
94e4a0c is described below
commit 94e4a0c92e450d1b9c4609ed83b5083191d75eda
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 09:42:20 2025 +0200
chore: Bump strum_macros from 0.27.0 to 0.27.1 (#123)
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.27.0 to
0.27.1.
- [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.0...v0.27.1)
---
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>
Co-authored-by: Martin Grigorov <[email protected]>
---
Cargo.lock | 4 ++--
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index c7267ad..0a1a7be 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1357,9 +1357,9 @@ checksum =
"f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
[[package]]
name = "strum_macros"
-version = "0.27.0"
+version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9688894b43459159c82bfa5a5fa0435c19cbe3c9b427fa1dd7b1ce0c279b18a7"
+checksum = "c77a8c5abcaf0f9ce05d62342b7d298c346515365c36b673df4ebe3ced01fde8"
dependencies = [
"heck",
"proc-macro2",
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index d610641..d19ae0f 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.1" }
-strum_macros = { default-features = false, version = "0.27.0" }
+strum_macros = { default-features = false, version = "0.27.1" }
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 }