aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2021-03-04 09:59:33 +0000
committerGitHub <noreply@github.com>2021-03-04 09:59:33 +0000
commit310556d4c5779851375751f2df9b789c1efaacd3 (patch)
treefca22015d283f677841f5ca7e0bb744e0106fa10 /Cargo.toml
parentMerge pull request #457 from svenstaro/dependabot/cargo/zip-0.5.11 (diff)
parentBump hex from 0.4.2 to 0.4.3 (diff)
downloadminiserve-310556d4c5779851375751f2df9b789c1efaacd3.tar.gz
miniserve-310556d4c5779851375751f2df9b789c1efaacd3.zip
Merge pull request #459 from svenstaro/dependabot/cargo/hex-0.4.3
Bump hex from 0.4.2 to 0.4.3
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 b4f2bf8..55f30ae 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -38,7 +38,7 @@ log = "0.4.14"
strum = "0.20.0"
strum_macros = "0.20.1"
sha2 = "0.9"
-hex = "0.4.2"
+hex = "0.4.3"
zip = "0.5.11"
qrcodegen = "1.6.0"
actix-files = "0.5"