From 012c9ab6da425c1d2a2a17a9c53e0fc98abfdd8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Oct 2021 04:20:36 +0000 Subject: [PATCH] Bump strum from 0.21.0 to 0.22.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.21.0 to 0.22.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) --- updated-dependencies: - dependency-name: strum dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 98c298f..d4e1551 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1912,7 +1912,7 @@ dependencies = [ "serde", "serde_cbor", "serde_json", - "strum 0.21.0", + "strum 0.22.0", "strum_macros 0.21.1", "tokio 1.12.0", "tokio-stream", @@ -3263,9 +3263,9 @@ checksum = "4ca6e4730f517e041e547ffe23d29daab8de6b73af4b6ae2a002108169f5e7da" [[package]] name = "strum" -version = "0.21.0" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2" +checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e" [[package]] name = "strum_macros" diff --git a/Cargo.toml b/Cargo.toml index 0714d05..2e7454f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ rand = "0.8" webbrowser = "0.5" clipboard = { version = "0.5", optional = true } url = "2.2" -strum = "0.21.0" +strum = "0.22.0" strum_macros = "0.21.1" regex = "1" ioctl-rs = { version = "0.2", optional = true }