aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-13 07:57:50 +0000
committerGitHub <noreply@github.com>2022-06-13 07:57:50 +0000
commit1980307201b1a4a00eb8b0703ddb14b1951f4d79 (patch)
treed555d8726df1407e7c73dbb1f827c0626436058a
parentBump actix-web from 4.0.1 to 4.1.0 (#815) (diff)
downloadminiserve-1980307201b1a4a00eb8b0703ddb14b1951f4d79.tar.gz
miniserve-1980307201b1a4a00eb8b0703ddb14b1951f4d79.zip
Bump strum_macros from 0.24.0 to 0.24.1 (#814)
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.24.0 to 0.24.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-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 126b717..58920bf 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2522,9 +2522,9 @@ checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
[[package]]
name = "strum_macros"
-version = "0.24.0"
+version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6878079b17446e4d3eba6192bb0a2950d5b14f0ed8424b852310e5a94345d0ef"
+checksum = "9550962e7cf70d9980392878dfaf1dcc3ece024f4cf3bf3c46b978d0bad61d6c"
dependencies = [
"heck",
"proc-macro2",