mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
chore(deps): update rust crate pulldown-cmark to 0.13.0
This commit is contained in:
parent
e79bac1951
commit
3ac95b1622
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -3145,9 +3145,9 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "pulldown-cmark"
|
||||
version = "0.12.2"
|
||||
version = "0.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
|
||||
checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
|
||||
dependencies = [
|
||||
"bitflags",
|
||||
"memchr",
|
||||
|
@ -76,7 +76,7 @@ pathdiff = "0.2.3"
|
||||
percent-encoding = "2.3.1"
|
||||
pkg-config = "0.3.31"
|
||||
proptest = "1.6.0"
|
||||
pulldown-cmark = { version = "0.12.2", default-features = false, features = ["html"] }
|
||||
pulldown-cmark = { version = "0.13.0", default-features = false, features = ["html"] }
|
||||
rand = "0.9.0"
|
||||
regex = "1.11.1"
|
||||
rusqlite = { version = "0.33.0", features = ["bundled"] }
|
||||
|
Loading…
x
Reference in New Issue
Block a user