From c5262e67fa57b18ee099e20abb432c8d308d97d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Oct 2021 16:44:29 +0000 Subject: [PATCH] Bump strum_macros from 0.21.1 to 0.22.0 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.1 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_macros 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 93dfaa5..5c4a995 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1913,7 +1913,7 @@ dependencies = [ "serde_cbor", "serde_json", "strum 0.22.0", - "strum_macros 0.21.1", + "strum_macros 0.22.0", "tokio 1.12.0", "tokio-stream", "toml", @@ -3279,9 +3279,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.21.1" +version = "0.22.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" +checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb" dependencies = [ "heck", "proc-macro2 1.0.29", diff --git a/Cargo.toml b/Cargo.toml index 2e7454f..e367430 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ webbrowser = "0.5" clipboard = { version = "0.5", optional = true } url = "2.2" strum = "0.22.0" -strum_macros = "0.21.1" +strum_macros = "0.22.0" regex = "1" ioctl-rs = { version = "0.2", optional = true } serde_cbor = "0.11.2"