aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-22 06:40:31 +0000
committerGitHub <noreply@github.com>2022-02-22 06:40:31 +0000
commit49d64a2ca4a346693e0e2241c0aee1655f7db8db (patch)
tree6a798b337ac4544ac6aa5343394978ddbbc9bfd8 /Cargo.toml
parentMerge pull request #741 from svenstaro/dependabot/cargo/clap-3.1.1 (diff)
parentBump strum_macros from 0.23.1 to 0.24.0 (diff)
downloadminiserve-49d64a2ca4a346693e0e2241c0aee1655f7db8db.tar.gz
miniserve-49d64a2ca4a346693e0e2241c0aee1655f7db8db.zip
Merge pull request #740 from svenstaro/dependabot/cargo/strum_macros-0.24.0
Bump strum_macros from 0.23.1 to 0.24.0
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6e4baa9..d9dd671 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"