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 7e3dcc6 chore(deps): Bump strum from 0.27.1 to 0.27.2 (#231)
7e3dcc6 is described below
commit 7e3dcc6b117e2f3b62cda93bd42d5ec150d6a959
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 21 08:22:56 2025 +0300
chore(deps): Bump strum from 0.27.1 to 0.27.2 (#231)
Bumps [strum](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
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>
---
Cargo.lock | 4 ++--
avro/Cargo.toml | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Cargo.lock b/Cargo.lock
index 8b1dea2..be61910 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1264,9 +1264,9 @@ checksum =
"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
-version = "0.27.1"
+version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
+checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
[[package]]
name = "strum_macros"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 9945819..e7ac37c 100644
--- a/avro/Cargo.toml
+++ b/avro/Cargo.toml
@@ -67,7 +67,7 @@ serde = { workspace = true }
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 = { default-features = false, version = "0.27.2" }
strum_macros = { default-features = false, version = "0.27.1" }
thiserror = { default-features = false, version = "2.0.12" }
uuid = { default-features = false, version = "1.17.0", features = ["serde",
"std"] }