mirror of
https://github.com/rust-lang/mdBook.git
synced 2026-05-16 01:01:03 -04:00
chore(deps): update rust crate pulldown-cmark-to-cmark to v22
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -1460,9 +1460,9 @@ checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
|
||||
|
||||
[[package]]
|
||||
name = "pulldown-cmark-to-cmark"
|
||||
version = "21.1.0"
|
||||
version = "22.0.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "8246feae3db61428fd0bb94285c690b460e4517d83152377543ca802357785f1"
|
||||
checksum = "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90"
|
||||
dependencies = [
|
||||
"pulldown-cmark",
|
||||
]
|
||||
|
||||
@@ -7,7 +7,7 @@ publish = false
|
||||
[dependencies]
|
||||
mdbook-preprocessor.workspace = true
|
||||
pulldown-cmark = { workspace = true, default-features = false }
|
||||
pulldown-cmark-to-cmark = "21.0.0"
|
||||
pulldown-cmark-to-cmark = "22.0.0"
|
||||
serde_json.workspace = true
|
||||
|
||||
[[bin]]
|
||||
|
||||
Reference in New Issue
Block a user