mirror of https://github.com/LemmyNet/lemmy.git
upgrade markdown-it to fix panic (#3490)
Co-authored-by: Dessalines <dessalines@users.noreply.github.com>fix_community_moderator_ordering
parent
45b1a0d4fb
commit
2158621bda
|
@ -3210,9 +3210,9 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "markdown-it"
|
name = "markdown-it"
|
||||||
version = "0.5.0"
|
version = "0.5.1"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "53107ab22a09ae3b2eaedccf1d1c6aa58c1aa77e15689a799e0d8eda2b1a7d54"
|
checksum = "c44ffb00018b76ef3c6eff5e17d34b44f0bbded0b70291940564c527cba07ad8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argparse",
|
"argparse",
|
||||||
"const_format",
|
"const_format",
|
||||||
|
|
|
@ -43,7 +43,7 @@ deser-hjson = "1.0.2"
|
||||||
smart-default = "0.7.1"
|
smart-default = "0.7.1"
|
||||||
jsonwebtoken = "8.1.1"
|
jsonwebtoken = "8.1.1"
|
||||||
lettre = "0.10.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"] }
|
totp-rs = { version = "5.0.2", features = ["gen_secret", "otpauth"] }
|
||||||
enum-map = "2.5"
|
enum-map = "2.5"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue