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 0ceab49 chore: Bump strum from 0.26.3 to 0.27.0 (#117)
0ceab49 is described below
commit 0ceab499ba54fec4e66bbd516a38b5648eabc573
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 09:15:20 2025 +0200
chore: Bump strum from 0.26.3 to 0.27.0 (#117)
Bumps [strum](https://github.com/Peternator7/strum) from 0.26.3 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/compare/v0.26.3...v0.27.0)
---
updated-dependencies:
- dependency-name: strum
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 9fd3cfc..e669006 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1347,9 +1347,9 @@ checksum =
"7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "strum"
-version = "0.26.3"
+version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
+checksum = "ce1475c515a4f03a8a7129bb5228b81a781a86cb0b3fbbc19e1c556d491a401f"
[[package]]
name = "strum_macros"
diff --git a/avro/Cargo.toml b/avro/Cargo.toml
index 0c9ad4e..259f0d0 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.26.3" }
+strum = { default-features = false, version = "0.27.0" }
strum_macros = { default-features = false, version = "0.26.4" }
thiserror = { default-features = false, version = "2.0.11" }
uuid = { default-features = false, version = "1.13.1", features = ["serde",
"std"] }