Skip to content

Commit ecd39aa

Browse files
Update pulldown-cmark version to fix markdown list issue
1 parent a34c079 commit ecd39aa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ dependencies = [
686686
"clippy_utils",
687687
"if_chain",
688688
"itertools 0.10.1",
689-
"pulldown-cmark 0.9.0",
689+
"pulldown-cmark 0.9.1",
690690
"quine-mc_cluskey",
691691
"regex-syntax",
692692
"rustc-semver",
@@ -2885,9 +2885,9 @@ dependencies = [
28852885

28862886
[[package]]
28872887
name = "pulldown-cmark"
2888-
version = "0.9.0"
2888+
version = "0.9.1"
28892889
source = "registry+https://github.com/rust-lang/crates.io-index"
2890-
checksum = "acd16514d1af5f7a71f909a44ef253cdb712a376d7ebc8ae4a471a9be9743548"
2890+
checksum = "34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6"
28912891
dependencies = [
28922892
"bitflags",
28932893
"memchr",
@@ -4447,7 +4447,7 @@ dependencies = [
44474447
"expect-test",
44484448
"itertools 0.9.0",
44494449
"minifier",
4450-
"pulldown-cmark 0.9.0",
4450+
"pulldown-cmark 0.9.1",
44514451
"rayon",
44524452
"regex",
44534453
"rustdoc-json-types",

0 commit comments

Comments
 (0)