From cb8fc9c16669580ef5e0bf251faa0a0398cce019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 04:12:05 +0000 Subject: [PATCH] Bump strum from 0.23.0 to 0.24.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.23.0 to 0.24.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 | 8 +++++++- Cargo.toml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 95b9348..b8c0804 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1703,7 +1703,7 @@ dependencies = [ "serde", "serde_cbor", "serde_json", - "strum 0.23.0", + "strum 0.24.0", "strum_macros 0.23.1", "tokio", "tokio-stream", @@ -3140,6 +3140,12 @@ dependencies = [ "strum_macros 0.23.1", ] +[[package]] +name = "strum" +version = "0.24.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8" + [[package]] name = "strum_macros" version = "0.22.0" diff --git a/Cargo.toml b/Cargo.toml index 88d105f..c44a2b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ webbrowser = "0.6" clipboard = { version = "0.5", optional = true } wl-clipboard-rs = { version = "0.4", optional = true } url = "2.2" -strum = "0.23.0" +strum = "0.24.0" strum_macros = "0.23.1" regex = "1" ioctl-rs = { version = "0.2", optional = true }