From 7d0af50d8129994b16c5fd77a37b48d5601d3846 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jan 2024 11:02:46 +0200 Subject: [PATCH] Bump strum from 0.25.0 to 0.26.1 in /lang/rust (#2718) * Bump strum from 0.25.0 to 0.26.1 in /lang/rust Bumps [strum](https://github.com/Peternator7/strum) from 0.25.0 to 0.26.1. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Upgrade strum and strum_macros in the same commit --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Martin Grigorov --- lang/rust/Cargo.lock | 4 ++-- lang/rust/avro/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index ef9e152ef08..efc7af3b3d1 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1181,9 +1181,9 @@ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b" [[package]] name = "strum" -version = "0.25.0" +version = "0.26.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" [[package]] name = "strum_macros" diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index c5e735ccdf8..ac9bb8f7ae2 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -66,8 +66,8 @@ regex-lite = { default-features = false, version = "0.1.5", features = ["std", " serde = { workspace = true } serde_json = { workspace = true } snap = { default-features = false, version = "1.1.0", optional = true } -strum = { default-features = false, version = "0.25.0" } -strum_macros = { default-features = false, version = "0.25.3" } +strum = { default-features = false, version = "0.26.1" } +strum_macros = { default-features = false, version = "0.26.1" } thiserror = { default-features = false, version = "1.0.56" } typed-builder = { default-features = false, version = "0.18.1" } uuid = { default-features = false, version = "1.7.0", features = ["serde", "std"] }