aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2025-04-01 18:55:17 +0000
committerGitHub <noreply@github.com>2025-04-01 18:55:17 +0000
commitcd80432fde0a566c82ffbdd2bc6b10562175a083 (patch)
treecd6a0ff87d0f08eaa1f92f8d5c4bb1330f3c4f44 /Cargo.toml
parentBump all deps (diff)
parentBump the all-dependencies group with 7 updates (diff)
downloadminiserve-cd80432fde0a566c82ffbdd2bc6b10562175a083.tar.gz
miniserve-cd80432fde0a566c82ffbdd2bc6b10562175a083.zip
Merge pull request #1490 from svenstaro/dependabot/cargo/all-dependencies-87e8382325
Bump the all-dependencies group with 7 updates
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 2578170..d309a33 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 = "3"
-comrak = { version = "0.36", default-features = false }
+comrak = { version = "0.37", default-features = false }
dav-server = { version = "0.7", features = ["actix-compat"] }
fast_qr = { version = "0.12", features = ["svg"] }
futures = "0.3"