aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-02-22 05:15:36 +0000
committerGitHub <noreply@github.com>2022-02-22 05:15:36 +0000
commit9f23952a9f4727f181a4f3ea8d1c889fbd58b5aa (patch)
treea0e1f7d9a07123e994069872b049688de194f717 /Cargo.toml
parentMerge pull request #739 from svenstaro/dependabot/cargo/strum-0.24.0 (diff)
downloadminiserve-9f23952a9f4727f181a4f3ea8d1c889fbd58b5aa.tar.gz
miniserve-9f23952a9f4727f181a4f3ea8d1c889fbd58b5aa.zip
Bump strum_macros from 0.23.1 to 0.24.0
Bumps [strum_macros](https://github.com/Peternator7/strum) from 0.23.1 to 0.24.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.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ae25eeb..ec37c61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ thiserror = "1"
anyhow = "1"
log = "0.4"
strum = "0.24"
-strum_macros = "0.23"
+strum_macros = "0.24"
sha2 = "0.10"
hex = "0.4"
zip = "0.5.11"