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 f68240d chore: Bump strum from 0.27.0 to 0.27.1 (#125)
f68240d is described below
commit f68240d604243252604b4cd51b2f8be87e68edfe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 17 09:35:27 2025 +0200
chore: Bump strum from 0.27.0 to 0.27.1 (#125)
Bumps [strum](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
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 aea0963..c7267ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1351,9 +1351,9 @@ checksum =
"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
-version = "0.27.0"
+version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f"
+checksum = "f64def088c51c9510a8579e3c5d67c65349dcf755e5479ad3d010aa6454e2c32"
[[package]]
name = "strum_macros"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index b575ea5..d610641 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.0" }
+strum = { default-features = false, version = "0.27.1" }
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"] }