Fix broken references when parsing markdown streams

This commit is contained in:
Héctor Ramón Jiménez 2025-02-02 04:01:57 +01:00
parent 57b553de2f
commit 569ef13ac9
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 103 additions and 15 deletions

4
Cargo.lock generated
View file

@ -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",