aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-10-11 23:16:06 +0000
committerGitHub <noreply@github.com>2021-10-11 23:16:06 +0000
commitb3c48c77559dfcdef38bd1f0a136423644575afd (patch)
tree5b8036b06a3b9d3e08f935004c48d870309c0bc2 /Cargo.toml
parentMerge pull request #615 from svenstaro/dependabot/cargo/strum-0.22.0 (diff)
parentBump strum_macros from 0.21.1 to 0.22.0 (diff)
downloadminiserve-b3c48c77559dfcdef38bd1f0a136423644575afd.tar.gz
miniserve-b3c48c77559dfcdef38bd1f0a136423644575afd.zip
Merge pull request #617 from svenstaro/dependabot/cargo/strum_macros-0.22.0
Bump strum_macros from 0.21.1 to 0.22.0
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 249c2cf..ba893df 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,7 +42,7 @@ thiserror = "1"
anyhow = "1"
log = "0.4"
strum = "0.22"
-strum_macros = "0.21"
+strum_macros = "0.22"
sha2 = "0.9"
hex = "0.4"
zip = "0.5.11"