From 04a243ff8f3d144e704fc1d844241e7a0d57dc33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2025 22:03:28 +1100 Subject: [PATCH] build(deps): bump the deps group with 2 updates (#2044) Bumps the deps group with 2 updates: [strum](https://github.com/Peternator7/strum) and [strum_macros](https://github.com/Peternator7/strum). Updates `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) Updates `strum_macros` from 0.26.4 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/commits/v0.27.0) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: strum_macros dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- crates/bin/Cargo.toml | 4 ++-- crates/binstalk-fetchers/Cargo.toml | 2 +- crates/binstalk-types/Cargo.toml | 4 ++-- crates/binstalk/Cargo.toml | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index adb6e173..d063f034 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4132,15 +4132,15 @@ 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" -version = "0.26.4" +version = "0.27.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" +checksum = "9688894b43459159c82bfa5a5fa0435c19cbe3c9b427fa1dd7b1ce0c279b18a7" dependencies = [ "heck", "proc-macro2", diff --git a/crates/bin/Cargo.toml b/crates/bin/Cargo.toml index 6d3bc23c..904482f8 100644 --- a/crates/bin/Cargo.toml +++ b/crates/bin/Cargo.toml @@ -35,8 +35,8 @@ miette = "7.0.0" mimalloc = { version = "0.1.39", default-features = false, optional = true } once_cell = "1.18.0" semver = "1.0.17" -strum = "0.26.1" -strum_macros = "0.26.1" +strum = "0.27.0" +strum_macros = "0.27.0" supports-color = "3.0.0" tempfile = "3.5.0" tokio = { version = "1.35.0", features = ["rt-multi-thread", "signal"], default-features = false } diff --git a/crates/binstalk-fetchers/Cargo.toml b/crates/binstalk-fetchers/Cargo.toml index 1469e155..516fa538 100644 --- a/crates/binstalk-fetchers/Cargo.toml +++ b/crates/binstalk-fetchers/Cargo.toml @@ -24,7 +24,7 @@ leon-macros = "1.0.1" miette = "7.0.0" minisign-verify = "0.2.1" once_cell = "1.18.0" -strum = "0.26.1" +strum = "0.27.0" thiserror = "2.0.11" tokio = { version = "1.35.0", features = [ "rt", diff --git a/crates/binstalk-types/Cargo.toml b/crates/binstalk-types/Cargo.toml index d87c983f..0ccc82f8 100644 --- a/crates/binstalk-types/Cargo.toml +++ b/crates/binstalk-types/Cargo.toml @@ -15,8 +15,8 @@ maybe-owned = { version = "0.3.4", features = ["serde"] } once_cell = "1.18.0" semver = { version = "1.0.17", features = ["serde"] } serde = { version = "1.0.163", features = ["derive"] } -strum = "0.26.1" -strum_macros = "0.26.1" +strum = "0.27.0" +strum_macros = "0.27.0" url = { version = "2.5.4", features = ["serde"] } [dev-dependencies] diff --git a/crates/binstalk/Cargo.toml b/crates/binstalk/Cargo.toml index 056ee268..be5e83dc 100644 --- a/crates/binstalk/Cargo.toml +++ b/crates/binstalk/Cargo.toml @@ -32,7 +32,7 @@ maybe-owned = "0.3.4" miette = "7.0.0" semver = { version = "1.0.17", features = ["serde"] } simple-git = { version = "0.2.10", optional = true } -strum = "0.26.1" +strum = "0.27.0" target-lexicon = { version = "0.13.0", features = ["std"] } tempfile = "3.5.0" thiserror = "2.0.11"