aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-02-22 05:13:56 +0000
committerGitHub <noreply@github.com>2022-02-22 05:13:56 +0000
commit7efa3e05a738d0db95256655a4658f8dda1e43df (patch)
treec649d95f59cb560a9c0299a9c8f7d4f43c9f3e03 /Cargo.toml
parentAdd CHANGELOG for #738 (diff)
parentBump strum from 0.23.0 to 0.24.0 (diff)
downloadminiserve-7efa3e05a738d0db95256655a4658f8dda1e43df.tar.gz
miniserve-7efa3e05a738d0db95256655a4658f8dda1e43df.zip
Merge pull request #739 from svenstaro/dependabot/cargo/strum-0.24.0
Bump strum from 0.23.0 to 0.24.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 fb1b959..ae25eeb 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -41,7 +41,7 @@ libflate = "1"
thiserror = "1"
anyhow = "1"
log = "0.4"
-strum = "0.23"
+strum = "0.24"
strum_macros = "0.23"
sha2 = "0.10"
hex = "0.4"