aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-11-18 04:22:57 +0000
committerGitHub <noreply@github.com>2021-11-18 04:22:57 +0000
commitfefb5a2efce32892d0493edbf3d24526c9849100 (patch)
treec7f0a7be051320490087caa62da32f60de721c23 /Cargo.lock
parentMerge pull request #636 from svenstaro/dependabot/cargo/simplelog-0.11.0 (diff)
downloadminiserve-fefb5a2efce32892d0493edbf3d24526c9849100.tar.gz
miniserve-fefb5a2efce32892d0493edbf3d24526c9849100.zip
Bump strum from 0.22.0 to 0.23.0
Bumps [strum](https://github.com/Peternator7/strum) from 0.22.0 to 0.23.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 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 bfbe3ef..b51b6db 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -2415,9 +2415,9 @@ checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strum"
-version = "0.22.0"
+version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f7ac893c7d471c8a21f31cfe213ec4f6d9afeed25537c772e08ef3f005f8729e"
+checksum = "cae14b91c7d11c9a851d3fbc80a963198998c2a64eec840477fa92d8ce9b70bb"
[[package]]
name = "strum_macros"