aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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.toml
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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5334cbf..d16f5d0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ libflate = "1"
thiserror = "1"
anyhow = "1"
log = "0.4"
-strum = "0.22"
+strum = "0.23"
strum_macros = "0.22"
sha2 = "0.9"
hex = "0.4"