diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2023-03-29 04:17:55 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-29 04:17:55 +0000 |
commit | f91ccf66bda1fd3cdb6eabc1e8fcda4ec91150a8 (patch) | |
tree | d50d75813fb1a4362e9bcbed7d7d46dcdda45fa5 /Cargo.toml | |
parent | Merge pull request #1083 from svenstaro/dependabot/cargo/reqwest-0.11.16 (diff) | |
parent | Bump comrak from 0.16.0 to 0.17.1 (diff) | |
download | miniserve-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.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |