aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2023-03-29 04:17:55 +0000
committerGitHub <noreply@github.com>2023-03-29 04:17:55 +0000
commitf91ccf66bda1fd3cdb6eabc1e8fcda4ec91150a8 (patch)
treed50d75813fb1a4362e9bcbed7d7d46dcdda45fa5 /Cargo.toml
parentMerge pull request #1083 from svenstaro/dependabot/cargo/reqwest-0.11.16 (diff)
parentBump comrak from 0.16.0 to 0.17.1 (diff)
downloadminiserve-f91ccf66bda1fd3cdb6eabc1e8fcda4ec91150a8.tar.gz
miniserve-f91ccf66bda1fd3cdb6eabc1e8fcda4ec91150a8.zip
Merge pull request #1082 from svenstaro/dependabot/cargo/comrak-0.17.1
Bump comrak from 0.16.0 to 0.17.1
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 52f9c4b..95f258c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ chrono-humanize = "0.2"
clap = { version = "4", features = ["derive", "cargo", "wrap_help", "deprecated"] }
clap_complete = "4"
clap_mangen = "0.2"
-comrak = { version = "0.16", default-features = false }
+comrak = { version = "0.17", default-features = false }
fast_qr = { version = "0.8", features = ["svg"] }
futures = "0.3"
get_if_addrs = "0.5"