@@ -617,7 +617,7 @@ dependencies = [
617617 " clippy_utils" ,
618618 " if_chain" ,
619619 " itertools 0.10.1" ,
620- " pulldown-cmark 0.8.0 " ,
620+ " pulldown-cmark" ,
621621 " quine-mc_cluskey" ,
622622 " regex-syntax" ,
623623 " rustc-semver" ,
@@ -2124,9 +2124,9 @@ dependencies = [
21242124
21252125[[package ]]
21262126name = " mdbook"
2127- version = " 0.4.12 "
2127+ version = " 0.4.14 "
21282128source = " registry+https://github.com/rust-lang/crates.io-index"
2129- checksum = " 0651782b4cc514c3f98c0acf9b5af1101a735bbe1ac6852bb1a90cb91bdf0ed4 "
2129+ checksum = " f6e77253c46a90eb7e96b2807201dab941a4db5ea05eca5aaaf7027395f352b3 "
21302130dependencies = [
21312131 " ammonia" ,
21322132 " anyhow" ,
@@ -2138,15 +2138,16 @@ dependencies = [
21382138 " lazy_static" ,
21392139 " log" ,
21402140 " memchr" ,
2141- " open " ,
2142- " pulldown-cmark 0.7.2 " ,
2141+ " opener " ,
2142+ " pulldown-cmark" ,
21432143 " regex" ,
21442144 " serde" ,
21452145 " serde_derive" ,
21462146 " serde_json" ,
21472147 " shlex" ,
21482148 " tempfile" ,
21492149 " toml" ,
2150+ " topological-sort" ,
21502151]
21512152
21522153[[package ]]
@@ -2374,15 +2375,6 @@ version = "0.3.0"
23742375source = " registry+https://github.com/rust-lang/crates.io-index"
23752376checksum = " 624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
23762377
2377- [[package ]]
2378- name = " open"
2379- version = " 1.4.0"
2380- source = " registry+https://github.com/rust-lang/crates.io-index"
2381- checksum = " 7c283bf0114efea9e42f1a60edea9859e8c47528eae09d01df4b29c1e489cc48"
2382- dependencies = [
2383- " winapi" ,
2384- ]
2385-
23862378[[package ]]
23872379name = " opener"
23882380version = " 0.5.0"
@@ -2794,25 +2786,14 @@ dependencies = [
27942786 " cc" ,
27952787]
27962788
2797- [[package ]]
2798- name = " pulldown-cmark"
2799- version = " 0.7.2"
2800- source = " registry+https://github.com/rust-lang/crates.io-index"
2801- checksum = " ca36dea94d187597e104a5c8e4b07576a8a45aa5db48a65e12940d3eb7461f55"
2802- dependencies = [
2803- " bitflags" ,
2804- " getopts" ,
2805- " memchr" ,
2806- " unicase" ,
2807- ]
2808-
28092789[[package ]]
28102790name = " pulldown-cmark"
28112791version = " 0.8.0"
28122792source = " registry+https://github.com/rust-lang/crates.io-index"
28132793checksum = " ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8"
28142794dependencies = [
28152795 " bitflags" ,
2796+ " getopts" ,
28162797 " memchr" ,
28172798 " unicase" ,
28182799]
@@ -4616,7 +4597,7 @@ dependencies = [
46164597 " expect-test" ,
46174598 " itertools 0.9.0" ,
46184599 " minifier" ,
4619- " pulldown-cmark 0.8.0 " ,
4600+ " pulldown-cmark" ,
46204601 " rayon" ,
46214602 " regex" ,
46224603 " rustdoc-json-types" ,
@@ -5393,6 +5374,12 @@ dependencies = [
53935374 " serde" ,
53945375]
53955376
5377+ [[package ]]
5378+ name = " topological-sort"
5379+ version = " 0.1.0"
5380+ source = " registry+https://github.com/rust-lang/crates.io-index"
5381+ checksum = " aa7c7f42dea4b1b99439786f5633aeb9c14c1b53f75e282803c2ec2ad545873c"
5382+
53965383[[package ]]
53975384name = " tower-service"
53985385version = " 0.3.1"
0 commit comments