aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-13 07:59:04 +0000
committerGitHub <noreply@github.com>2022-06-13 07:59:04 +0000
commitc8c08ed26af38dc6762c9f6331e1309d5d776f04 (patch)
treeef24e66e3d617abab5c1217bd7c427e352b7fa80
parentBump actix-files from 0.6.0 to 0.6.1 (#812) (diff)
downloadminiserve-c8c08ed26af38dc6762c9f6331e1309d5d776f04.tar.gz
miniserve-c8c08ed26af38dc6762c9f6331e1309d5d776f04.zip
Bump strum from 0.24.0 to 0.24.1 (#813)
Bumps [strum](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 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 caad7a0..4cd08f9 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2516,9 +2516,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
-version = "0.24.0"
+version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e96acfc1b70604b8b2f1ffa4c57e59176c7dbb05d556c71ecd2f5498a1dee7f8"
+checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
[[package]]
name = "strum_macros"