From 93106e9e86739136d62d4be8217d535783308b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 04:18:31 +0000 Subject: [PATCH] Bump strum_macros from 0.23.0 to 0.23.1 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.23.0 to 0.23.1. - [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-patch ... 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 0ca6e78..106f0a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1651,7 +1651,7 @@ dependencies = [ "serde_cbor", "serde_json", "strum 0.23.0", - "strum_macros 0.23.0", + "strum_macros 0.23.1", "tokio", "tokio-stream", "toml", @@ -2979,9 +2979,9 @@ dependencies = [ [[package]] name = "strum_macros" -version = "0.23.0" +version = "0.23.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5" +checksum = "5bb0dc7ee9c15cea6199cde9a127fa16a4c5819af85395457ad72d68edc85a38" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index 8d13ac9..6c7d5fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -41,7 +41,7 @@ webbrowser = "0.5" clipboard = { version = "0.5", optional = true } url = "2.2" strum = "0.23.0" -strum_macros = "0.23.0" +strum_macros = "0.23.1" regex = "1" ioctl-rs = { version = "0.2", optional = true } serde_cbor = "0.11.2"