Fix broken references when parsing markdown streams
This commit is contained in:
parent
57b553de2f
commit
569ef13ac9
4 changed files with 103 additions and 15 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -4459,9 +4459,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "pulldown-cmark"
|
||||
version = "0.11.3"
|
||||
version = "0.12.2"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "679341d22c78c6c649893cbd6c3278dcbe9fc4faa62fea3a9296ae2b50c14625"
|
||||
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
|
||||
dependencies = [
|
||||
"bitflags 2.8.0",
|
||||
"getopts",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue