Merge pull request #2998 from rust-lang/renovate/pulldown-cmark-to-cmark-22.x
chore(deps): update rust crate pulldown-cmark-to-cmark to v22
This commit is contained in:
commit
cc78fb4ff1
2 changed files with 3 additions and 3 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -1460,9 +1460,9 @@ checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pulldown-cmark-to-cmark"
|
name = "pulldown-cmark-to-cmark"
|
||||||
version = "21.1.0"
|
version = "22.0.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "8246feae3db61428fd0bb94285c690b460e4517d83152377543ca802357785f1"
|
checksum = "50793def1b900256624a709439404384204a5dc3a6ec580281bfaac35e882e90"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pulldown-cmark",
|
"pulldown-cmark",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ publish = false
|
||||||
[dependencies]
|
[dependencies]
|
||||||
mdbook-preprocessor.workspace = true
|
mdbook-preprocessor.workspace = true
|
||||||
pulldown-cmark = { workspace = true, default-features = false }
|
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
|
serde_json.workspace = true
|
||||||
|
|
||||||
[[bin]]
|
[[bin]]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue