aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2024-12-01 14:31:12 +0000
committerGitHub <noreply@github.com>2024-12-01 14:31:12 +0000
commit987cf3fa674903427159ff3fb3068fe13f5bea5c (patch)
tree5dd21ee8f3a816a197c26dd20c770bce12c6bd7c /Cargo.toml
parentBump deps (diff)
parentBump the all-dependencies group with 9 updates (diff)
downloadminiserve-987cf3fa674903427159ff3fb3068fe13f5bea5c.tar.gz
miniserve-987cf3fa674903427159ff3fb3068fe13f5bea5c.zip
Merge pull request #1462 from svenstaro/dependabot/cargo/all-dependencies-a6d55144be
Bump the all-dependencies group with 9 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 dbddaa2..da3a999 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.29", default-features = false }
+comrak = { version = "0.31", default-features = false }
fast_qr = { version = "0.12", features = ["svg"] }
futures = "0.3"
grass = { version = "0.13", features = ["macro"], default-features = false }