From 687d00c9c3f48f8f5a5a1af197e2686c6db38256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:06:03 -0300 Subject: [PATCH] chore(deps): bump strum_macros from 0.24.3 to 0.25.3 (#726) Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.3 to 0.25.3. - [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-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 19 +++---------------- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 601bb698..7488dfcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2312,7 +2312,7 @@ dependencies = [ "quote 1.0.33", "regex", "strum 0.25.0", - "strum_macros 0.25.3", + "strum_macros", "syn 1.0.109", "syn 2.0.43", "thiserror", @@ -4654,7 +4654,7 @@ dependencies = [ "serde", "serde_json", "strum 0.24.1", - "strum_macros 0.24.3", + "strum_macros", "thiserror", "tokio", "tonic", @@ -6447,20 +6447,7 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" dependencies = [ - "strum_macros 0.25.3", -] - -[[package]] -name = "strum_macros" -version = "0.24.3" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59" -dependencies = [ - "heck", - "proc-macro2 1.0.71", - "quote 1.0.33", - "rustversion", - "syn 1.0.109", + "strum_macros", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index 27b0cc55..dcc0ee62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,7 +46,7 @@ config = { version = "0.13.2", default-features = false, features = ["toml", "ya serde = { version = "1.0.152", features = ["derive"] } serde_json = { version = "1.0.104", features = ["arbitrary_precision"] } strum = "0.24" -strum_macros = "0.24" +strum_macros = "0.25" prometheus_exporter = { version = "0.8.5", default-features = false } unicode-truncate = "0.2.0" thiserror = "1.0.39"