aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-06-03 04:17:22 +0000
committerGitHub <noreply@github.com>2021-06-03 04:17:22 +0000
commitbe3398f2e8d344a51e0e8ce8abff7396566578a3 (patch)
tree196eb82da742ba98bf13fb2921e57d2dedb24942
parentBump strum (diff)
downloadminiserve-be3398f2e8d344a51e0e8ce8abff7396566578a3.tar.gz
miniserve-be3398f2e8d344a51e0e8ce8abff7396566578a3.zip
Bump strum_macros from 0.21.0 to 0.21.1
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.0 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) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 36857a1..d35a44c 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2617,9 +2617,9 @@ checksum = "aaf86bbcfd1fa9670b7a129f64fc0c9fcbbfe4f1bc4210e9e98fe71ffc12cde2"
[[package]]
name = "strum_macros"
-version = "0.21.0"
+version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb076d8b589fde927ec90d05920d610554ca3a4d9dddb177481cadd071a19c2e"
+checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
dependencies = [
"heck",
"proc-macro2",