aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-09-12 00:33:58 +0000
committerSven-Hendrik Haase <svenstaro@gmail.com>2024-09-12 00:33:58 +0000
commit07af07c910172551fbde9bfed789805622af8859 (patch)
tree9f838ad44fd913c106c132d84c22824c3963beda /Cargo.toml
parentMerge pull request #1451 from svenstaro/dependabot/cargo/all-dependencies-b81... (diff)
downloadminiserve-07af07c910172551fbde9bfed789805622af8859.tar.gz
miniserve-07af07c910172551fbde9bfed789805622af8859.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 cf574fd..1bc2b8a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"
clap_complete = "4"
clap_mangen = "0.2"
colored = "2"
-comrak = { version = "0.27", default-features = false }
+comrak = { version = "0.28", default-features = false }
fast_qr = { version = "0.12", features = ["svg"] }
futures = "0.3"
grass = { version = "0.13", features = ["macro"], default-features = false }