@@ -619,7 +619,7 @@ dependencies = [
619619 " clippy_utils" ,
620620 " if_chain" ,
621621 " itertools 0.10.1" ,
622- " pulldown-cmark 0.8.0 " ,
622+ " pulldown-cmark" ,
623623 " quine-mc_cluskey" ,
624624 " regex-syntax" ,
625625 " rustc-semver" ,
@@ -2129,9 +2129,9 @@ dependencies = [
21292129
21302130[[package ]]
21312131name = " mdbook"
2132- version = " 0.4.12 "
2132+ version = " 0.4.14 "
21332133source = " registry+https://github.com/rust-lang/crates.io-index"
2134- checksum = " 0651782b4cc514c3f98c0acf9b5af1101a735bbe1ac6852bb1a90cb91bdf0ed4 "
2134+ checksum = " f6e77253c46a90eb7e96b2807201dab941a4db5ea05eca5aaaf7027395f352b3 "
21352135dependencies = [
21362136 " ammonia" ,
21372137 " anyhow" ,
@@ -2143,15 +2143,16 @@ dependencies = [
21432143 " lazy_static" ,
21442144 " log" ,
21452145 " memchr" ,
2146- " open " ,
2147- " pulldown-cmark 0.7.2 " ,
2146+ " opener " ,
2147+ " pulldown-cmark" ,
21482148 " regex" ,
21492149 " serde" ,
21502150 " serde_derive" ,
21512151 " serde_json" ,
21522152 " shlex" ,
21532153 " tempfile" ,
21542154 " toml" ,
2155+ " topological-sort" ,
21552156]
21562157
21572158[[package ]]
@@ -2379,15 +2380,6 @@ version = "0.3.0"
23792380source = " registry+https://github.com/rust-lang/crates.io-index"
23802381checksum = " 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
23812382
2382- [[package ]]
2383- name = " open"
2384- version = " 1.4.0"
2385- source = " registry+https://github.com/rust-lang/crates.io-index"
2386- checksum = " 7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
2387- dependencies = [
2388- " winapi" ,
2389- ]
2390-
23912383[[package ]]
23922384name = " opener"
23932385version = " 0.5.0"
@@ -2799,25 +2791,14 @@ dependencies = [
27992791 " cc" ,
28002792]
28012793
2802- [[package ]]
2803- name = " pulldown-cmark"
2804- version = " 0.7.2"
2805- source = " registry+https://github.com/rust-lang/crates.io-index"
2806- checksum = " ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
2807- dependencies = [
2808- " bitflags" ,
2809- " getopts" ,
2810- " memchr" ,
2811- " unicase" ,
2812- ]
2813-
28142794[[package ]]
28152795name = " pulldown-cmark"
28162796version = " 0.8.0"
28172797source = " registry+https://github.com/rust-lang/crates.io-index"
28182798checksum = " ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
28192799dependencies = [
28202800 " bitflags" ,
2801+ " getopts" ,
28212802 " memchr" ,
28222803 " unicase" ,
28232804]
@@ -4621,7 +4602,7 @@ dependencies = [
46214602 " expect-test" ,
46224603 " itertools 0.9.0" ,
46234604 " minifier" ,
4624- " pulldown-cmark 0.8.0 " ,
4605+ " pulldown-cmark" ,
46254606 " rayon" ,
46264607 " regex" ,
46274608 " rustdoc-json-types" ,
@@ -5398,6 +5379,12 @@ dependencies = [
53985379 " serde" ,
53995380]
54005381
5382+ [[package ]]
5383+ name = " topological-sort"
5384+ version = " 0.1.0"
5385+ source = " registry+https://github.com/rust-lang/crates.io-index"
5386+ checksum = " aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5387+
54015388[[package ]]
54025389name = " tower-service"
54035390version = " 0.3.1"
0 commit comments