build: update comrak 0.19 -> 0.20

This commit is contained in:
Price Hiller 2023-12-01 04:36:35 -06:00
parent 149c6dd037
commit 99ed0e7b26
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -269,9 +269,9 @@ checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
[[package]] [[package]]
name = "comrak" name = "comrak"
version = "0.19.0" version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c995deda3bfdebd07d0e2af79e9da13e4b1be652b21a746f3f5b24bf0a49ef" checksum = "9f18e72341e6cdc7489cffb76f993812a14a906db54dedb020044ccc211dcaae"
dependencies = [ dependencies = [
"clap", "clap",
"derive_builder", "derive_builder",

View File

@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies] [dependencies]
comrak = "0.19.0" comrak = "0.20.0"
syntect = { version = "5.1.0", default-features = false, features = ["default-fancy"]} syntect = { version = "5.1.0", default-features = false, features = ["default-fancy"]}
anyhow = "1.0.75" anyhow = "1.0.75"
clap = { version = "4.4.0", features = ["derive"] } clap = { version = "4.4.0", features = ["derive"] }