From 30a3eeece824120c2d05f30a6198283b94462ce1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Nov 2021 10:46:57 +0000 Subject: [PATCH] cargo: bump strum_macros from 0.22.0 to 0.23.0 Bumps [strum_macros](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_macros dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 11 +++++++++-- Cargo.toml | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 35147373c..b806cfa6c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3108,6 +3108,12 @@ dependencies = [ "semver 1.0.4", ] +[[package]] +name = "rustversion" +version = "1.0.5" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088" + [[package]] name = "rustyline" version = "9.0.0" @@ -3536,13 +3542,14 @@ checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb" [[package]] name = "strum_macros" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb" +checksum = "00ad150e9d51e33e8142984f577662c1324d49f3be45ed37bac8645fdcbe0fe5" dependencies = [ "heck", "proc-macro2", "quote", + "rustversion", "syn", ] diff --git a/Cargo.toml b/Cargo.toml index bdea08cb2..40e7a6f3b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -66,7 +66,7 @@ sha2 = "0.9" smallvec = "1" stop-token = "0.6" strum = "0.23" -strum_macros = "0.22" +strum_macros = "0.23" surf = { version = "2.3", default-features = false, features = ["h1-client"] } thiserror = "1" toml = "0.5"