upgrade markdown-it to fix panic (#3490)

Co-authored-by: Dessalines <dessalines@users.noreply.github.com>
This commit is contained in:
phiresky 2023-07-05 19:08:53 +02:00 committed by GitHub
parent 45b1a0d4fb
commit 2158621bda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View file

@ -3210,9 +3210,9 @@ dependencies = [
[[package]]
name = "markdown-it"
version = "0.5.0"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53107ab22a09ae3b2eaedccf1d1c6aa58c1aa77e15689a799e0d8eda2b1a7d54"
checksum = "c44ffb00018b76ef3c6eff5e17d34b44f0bbded0b70291940564c527cba07ad8"
dependencies = [
"argparse",
"const_format",

View file

@ -43,7 +43,7 @@ deser-hjson = "1.0.2"
smart-default = "0.7.1"
jsonwebtoken = "8.1.1"
lettre = "0.10.1"
markdown-it = "0.5.0"
markdown-it = "0.5.1"
totp-rs = { version = "5.0.2", features = ["gen_secret", "otpauth"] }
enum-map = "2.5"