From 7b50d065b45e0e411dbc571a8733c05bfe95fce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Aug 2023 12:10:28 +0300 Subject: [PATCH] Bump strum_macros from 0.25.1 to 0.25.2 in /lang/rust (#2425) Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.25.1 to 0.25.2. - [Changelog](https://github.com/Peternator7/strum/blob/master/CHANGELOG.md) - [Commits](https://github.com/Peternator7/strum/commits) --- updated-dependencies: - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- lang/rust/Cargo.lock | 4 ++-- lang/rust/avro/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/rust/Cargo.lock b/lang/rust/Cargo.lock index 1ac4be7d1aa..15ea4a86b11 100644 --- a/lang/rust/Cargo.lock +++ b/lang/rust/Cargo.lock @@ -1005,9 +1005,9 @@ checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" [[package]] name = "strum_macros" -version = "0.25.1" +version = "0.25.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6069ca09d878a33f883cc06aaa9718ede171841d3832450354410b718b097232" +checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059" dependencies = [ "heck", "proc-macro2", diff --git a/lang/rust/avro/Cargo.toml b/lang/rust/avro/Cargo.toml index 9202942466a..5a175f5cd4e 100644 --- a/lang/rust/avro/Cargo.toml +++ b/lang/rust/avro/Cargo.toml @@ -68,7 +68,7 @@ serde = { default-features = false, version = "1.0.180", features = ["derive"] } serde_json = { default-features = false, version = "1.0.104", features = ["std"] } 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.1" } +strum_macros = { default-features = false, version = "0.25.2" } thiserror = { default-features = false, version = "1.0.44" } typed-builder = { default-features = false, version = "0.15.2" } uuid = { default-features = false, version = "1.4.1", features = ["serde", "std"] }