aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-11 17:09:35 +0000
committerGitHub <noreply@github.com>2021-10-11 17:09:35 +0000
commit9dfaa3e574ea8f930858f5fd1b4e36196abbdf61 (patch)
tree5b8036b06a3b9d3e08f935004c48d870309c0bc2 /Cargo.lock
parentMerge pull request #615 from svenstaro/dependabot/cargo/strum-0.22.0 (diff)
downloadminiserve-9dfaa3e574ea8f930858f5fd1b4e36196abbdf61.tar.gz
miniserve-9dfaa3e574ea8f930858f5fd1b4e36196abbdf61.zip
Bump strum_macros from 0.21.1 to 0.22.0
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.21.1 to 0.22.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] <support@github.com>
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7f630af..e98ffd2 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2426,9 +2426,9 @@ checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
[[package]]
name = "strum_macros"
-version = "0.21.1"
+version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d06aaeeee809dbc59eb4556183dd927df67db1540de5be8d3ec0b6636358a5ec"
+checksum = "339f799d8b549e3744c7ac7feb216383e4005d94bdb22561b3ab8f3b808ae9fb"
dependencies = [
"heck",
"proc-macro2",