aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-07-19 12:04:07 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2023-07-19 12:04:07 +0000
commit4098cb77284fb5045eb45e2696d24194e9f93932 (patch)
tree722429a26848f1296a70e2c1019240560a1b1590 /Cargo.toml
parentchore: Release miniserve version 0.24.0 (diff)
downloadminiserve-4098cb77284fb5045eb45e2696d24194e9f93932.tar.gz
miniserve-4098cb77284fb5045eb45e2696d24194e9f93932.zip
Bump deps
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 4e5d51e..ecc5583 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ hex = "0.4"
http = "0.2"
httparse = "1"
if-addrs = "0.10"
-libflate = "1"
+libflate = "2"
log = "0.4"
maud = "0.25"
mime = "0.3"
@@ -82,4 +82,4 @@ url = "2"
fake-tty = "0.3.1"
[build-dependencies]
-grass = { version = "0.12", default-features = false }
+grass = { version = "0.13", default-features = false }