From 8380ac28c1b85cc04dd38ff47597af4671bd330d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Jun 2021 07:23:26 +0000 Subject: [PATCH] cargo: bump strum_macros from 0.20.1 to 0.21.1 Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.20.1 to 0.21.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-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 631d1a0c3..a62262c0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3599,9 +3599,9 @@ checksum = "7318c509b5ba57f18533982607f24070a55d353e90d4cae30c467cdb2ad5ac5c" [[package]] name = "strum_macros" -version = "0.20.1" +version = "0.21.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149" +checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec" dependencies = [ "heck", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index a97b73cd8..b84924ba9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ sha2 = "0.9.5" smallvec = "1.0.0" stop-token = "0.2.0" strum = "0.20.0" -strum_macros = "0.20.1" +strum_macros = "0.21.1" surf = { version = "2.0.0-alpha.4", default-features = false, features = ["h1-client"] } thiserror = "1.0.25" toml = "0.5.6"