From ea1d3bb05e056e41a8bc416703842bf61e79c6f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Nov 2021 04:15:09 +0000 Subject: [PATCH] Bump strum from 0.22.0 to 0.23.0 Bumps [strum](https://github.com/Peternator7/strum) from 0.22.0 to 0.23.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 | 12 +++++++++--- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5285b6d..6bb02aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1650,7 +1650,7 @@ dependencies = [ "serde", "serde_cbor", "serde_json", - "strum", + "strum 0.23.0", "strum_macros", "tokio", "tokio-stream", @@ -2537,7 +2537,7 @@ dependencies = [ "chrono", "serde", "serde_json", - "strum", + "strum 0.22.0", "thiserror", ] @@ -2953,6 +2953,12 @@ dependencies = [ "strum_macros", ] +[[package]] +name = "strum" +version = "0.23.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb" + [[package]] name = "strum_macros" version = "0.22.0" @@ -3621,7 +3627,7 @@ version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eda101fb8e034a25f3d50a0714d7ca4f234a4fc7bc57427f6d81040db0ccbe6a" dependencies = [ - "strum", + "strum 0.22.0", "windows", "xml-rs", ] diff --git a/Cargo.toml b/Cargo.toml index a468852..f2ef9f7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ rand = "0.8" webbrowser = "0.5" clipboard = { version = "0.5", optional = true } url = "2.2" -strum = "0.22.0" +strum = "0.23.0" strum_macros = "0.22.0" regex = "1" ioctl-rs = { version = "0.2", optional = true }