From ab94c6c5448fc35d08165fe4bf1dbff80e36589f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 10:21:20 +0800 Subject: chore(deps): bump strum from 0.25.0 to 0.26.1 (#362) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 28 +++++++++++++++++++++++++--- Cargo.toml | 4 ++-- 2 files changed, 27 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdd8c6a..174799d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ dependencies = [ "resolv-conf", "rstest", "simplelog", - "strum", + "strum 0.26.1", "sysinfo", "thiserror", "tokio", @@ -1456,7 +1456,7 @@ dependencies = [ "lru", "paste", "stability", - "strum", + "strum 0.25.0", "unicode-segmentation", "unicode-width", ] @@ -1784,7 +1784,16 @@ version = "0.25.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125" dependencies = [ - "strum_macros", + "strum_macros 0.25.3", +] + +[[package]] +name = "strum" +version = "0.26.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "723b93e8addf9aa965ebe2d11da6d7540fa2283fcea14b3371ff055f7ba13f5f" +dependencies = [ + "strum_macros 0.26.1", ] [[package]] @@ -1800,6 +1809,19 @@ dependencies = [ "syn 2.0.48", ] +[[package]] +name = "strum_macros" +version = "0.26.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7a3417fc93d76740d974a01654a09777cb500428cc874ca9f45edfe0c4d4cd18" +dependencies = [ + "heck", + "proc-macro2", + "quote", + "rustversion", + "syn 2.0.48", +] + [[package]] name = "subtle" version = "2.5.0" diff --git a/Cargo.toml b/Cargo.toml index 3550c2b..4317526 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ thiserror = "1.0.56" tokio = { version = "1.35", features = ["rt", "sync"] } trust-dns-resolver = "0.23.2" unicode-width = "0.1.11" -strum = { version = "0.25.0", features = ["derive"] } +strum = { version = "0.26.1", features = ["derive"] } [target.'cfg(target_os = "linux")'.dependencies] procfs = "0.16.0" @@ -67,7 +67,7 @@ clap-verbosity-flag = "2.1.2" clap_complete = "4.4.9" clap_mangen = "0.2.18" derivative = "2.2.0" -strum = { version = "0.25.0", features = ["derive"] } +strum = { version = "0.26.1", features = ["derive"] } [target.'cfg(target_os = "windows")'.build-dependencies] http_req = "0.10.2" -- cgit v1.2.3