aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-04-01 04:20:00 +0000
committerGitHub <noreply@github.com>2024-04-01 04:20:00 +0000
commitcedbfd7dc2db4b99447aab5b1aece94b582120d4 (patch)
treed4ebfd5b61090b00f5da074994c96538ce76898c /Cargo.toml
parentDisable grass default features (diff)
downloadminiserve-cedbfd7dc2db4b99447aab5b1aece94b582120d4.tar.gz
miniserve-cedbfd7dc2db4b99447aab5b1aece94b582120d4.zip
Bump comrak from 0.21.0 to 0.22.0
Bumps comrak from 0.21.0 to 0.22.0. --- updated-dependencies: - dependency-name: comrak dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 40155f1..538d3db 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.21", default-features = false }
+comrak = { version = "0.22", default-features = false }
fast_qr = { version = "0.12", features = ["svg"] }
futures = "0.3"
grass = { version = "0.13", features = ["macro"], default-features = false }