aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2022-09-26 13:12:30 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2022-09-26 13:12:30 +0000
commitb9524486d2a85c938c09b4ccb43d44a78c8cda41 (patch)
treed0e2f0ffdc4f95643bbf77bc08cca5672165ac78 /Cargo.toml
parentMerge pull request #917 from svenstaro/dependabot/cargo/thiserror-1.0.36 (diff)
downloadminiserve-b9524486d2a85c938c09b4ccb43d44a78c8cda41.tar.gz
miniserve-b9524486d2a85c938c09b4ccb43d44a78c8cda41.zip
Bump deps
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 ddfff1e..90e5f8d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ http = "0.2"
httparse = "1"
libflate = "1"
log = "0.4"
-maud = "0.23"
+maud = "0.24"
mime = "0.3"
nanoid = "0.4"
percent-encoding = "2"