@@ -65,9 +65,9 @@ dependencies = [
65
65
66
66
[[package ]]
67
67
name = " anyhow"
68
- version = " 1.0.26 "
68
+ version = " 1.0.31 "
69
69
source = " registry+https://github.com/rust-lang/crates.io-index"
70
- checksum = " 7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c "
70
+ checksum = " 85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f "
71
71
72
72
[[package ]]
73
73
name = " arc-swap"
@@ -529,7 +529,7 @@ dependencies = [
529
529
" if_chain" ,
530
530
" itertools 0.9.0" ,
531
531
" lazy_static" ,
532
- " pulldown-cmark 0.7.1 " ,
532
+ " pulldown-cmark" ,
533
533
" quine-mc_cluskey" ,
534
534
" quote 1.0.2" ,
535
535
" regex-syntax" ,
@@ -807,40 +807,6 @@ dependencies = [
807
807
" winapi 0.3.8" ,
808
808
]
809
809
810
- [[package ]]
811
- name = " darling"
812
- version = " 0.8.6"
813
- source = " registry+https://github.com/rust-lang/crates.io-index"
814
- checksum = " 9158d690bc62a3a57c3e45b85e4d50de2008b39345592c64efd79345c7e24be0"
815
- dependencies = [
816
- " darling_core" ,
817
- " darling_macro" ,
818
- ]
819
-
820
- [[package ]]
821
- name = " darling_core"
822
- version = " 0.8.6"
823
- source = " registry+https://github.com/rust-lang/crates.io-index"
824
- checksum = " d2a368589465391e127e10c9e3a08efc8df66fd49b87dc8524c764bbe7f2ef82"
825
- dependencies = [
826
- " fnv" ,
827
- " ident_case" ,
828
- " proc-macro2 0.4.30" ,
829
- " quote 0.6.12" ,
830
- " syn 0.15.35" ,
831
- ]
832
-
833
- [[package ]]
834
- name = " darling_macro"
835
- version = " 0.8.6"
836
- source = " registry+https://github.com/rust-lang/crates.io-index"
837
- checksum = " 244e8987bd4e174385240cde20a3657f607fb0797563c28255c353b5819a07b1"
838
- dependencies = [
839
- " darling_core" ,
840
- " quote 0.6.12" ,
841
- " syn 0.15.35" ,
842
- ]
843
-
844
810
[[package ]]
845
811
name = " datafrog"
846
812
version = " 2.0.1"
@@ -989,15 +955,6 @@ dependencies = [
989
955
" termcolor" ,
990
956
]
991
957
992
- [[package ]]
993
- name = " error-chain"
994
- version = " 0.12.0"
995
- source = " registry+https://github.com/rust-lang/crates.io-index"
996
- checksum = " 07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
997
- dependencies = [
998
- " backtrace" ,
999
- ]
1000
-
1001
958
[[package ]]
1002
959
name = " error_index_generator"
1003
960
version = " 0.0.0"
@@ -1341,12 +1298,6 @@ version = "2.0.0"
1341
1298
source = " registry+https://github.com/rust-lang/crates.io-index"
1342
1299
checksum = " b9b6c53306532d3c8e8087b44e6580e10db51a023cf9b433cea2ac38066b92da"
1343
1300
1344
- [[package ]]
1345
- name = " ident_case"
1346
- version = " 1.0.1"
1347
- source = " registry+https://github.com/rust-lang/crates.io-index"
1348
- checksum = " b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1349
-
1350
1301
[[package ]]
1351
1302
name = " idna"
1352
1303
version = " 0.1.5"
@@ -1439,12 +1390,6 @@ dependencies = [
1439
1390
" libc" ,
1440
1391
]
1441
1392
1442
- [[package ]]
1443
- name = " is-match"
1444
- version = " 0.1.0"
1445
- source = " registry+https://github.com/rust-lang/crates.io-index"
1446
- checksum = " 7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
1447
-
1448
1393
[[package ]]
1449
1394
name = " itertools"
1450
1395
version = " 0.8.0"
@@ -1797,31 +1742,29 @@ dependencies = [
1797
1742
1798
1743
[[package ]]
1799
1744
name = " mdbook"
1800
- version = " 0.3.7 "
1745
+ version = " 0.4.0 "
1801
1746
source = " registry+https://github.com/rust-lang/crates.io-index"
1802
- checksum = " e7ec525f7ebccc2dd935c263717250cd37f9a4b264a77c5dbc950ea2734d8159 "
1747
+ checksum = " 2567ffadc0fd26fe15d6f6e0a80639f19f6a50082fdb460d0ae5d1f7298181be "
1803
1748
dependencies = [
1804
1749
" ammonia" ,
1750
+ " anyhow" ,
1805
1751
" chrono" ,
1806
1752
" clap" ,
1807
1753
" elasticlunr-rs" ,
1808
- " env_logger 0.6.2" ,
1809
- " error-chain" ,
1754
+ " env_logger 0.7.1" ,
1810
1755
" handlebars" ,
1811
- " itertools 0.8.0" ,
1812
1756
" lazy_static" ,
1813
1757
" log" ,
1814
1758
" memchr" ,
1815
1759
" open" ,
1816
- " pulldown-cmark 0.6.1 " ,
1760
+ " pulldown-cmark" ,
1817
1761
" regex" ,
1818
1762
" serde" ,
1819
1763
" serde_derive" ,
1820
1764
" serde_json" ,
1821
1765
" shlex" ,
1822
1766
" tempfile" ,
1823
1767
" toml" ,
1824
- " toml-query" ,
1825
1768
]
1826
1769
1827
1770
[[package ]]
@@ -2411,25 +2354,14 @@ dependencies = [
2411
2354
" cc" ,
2412
2355
]
2413
2356
2414
- [[package ]]
2415
- name = " pulldown-cmark"
2416
- version = " 0.6.1"
2417
- source = " registry+https://github.com/rust-lang/crates.io-index"
2418
- checksum = " 1c205cc82214f3594e2d50686730314f817c67ffa80fe800cf0db78c3c2b9d9e"
2419
- dependencies = [
2420
- " bitflags" ,
2421
- " getopts" ,
2422
- " memchr" ,
2423
- " unicase" ,
2424
- ]
2425
-
2426
2357
[[package ]]
2427
2358
name = " pulldown-cmark"
2428
2359
version = " 0.7.1"
2429
2360
source = " registry+https://github.com/rust-lang/crates.io-index"
2430
2361
checksum = " 3e142c3b8f49d2200605ee6ba0b1d757310e9e7a72afe78c36ee2ef67300ee00"
2431
2362
dependencies = [
2432
2363
" bitflags" ,
2364
+ " getopts" ,
2433
2365
" memchr" ,
2434
2366
" unicase" ,
2435
2367
]
@@ -4091,7 +4023,7 @@ version = "0.0.0"
4091
4023
dependencies = [
4092
4024
" itertools 0.8.0" ,
4093
4025
" minifier" ,
4094
- " pulldown-cmark 0.7.1 " ,
4026
+ " pulldown-cmark" ,
4095
4027
" rustc-rayon" ,
4096
4028
" serde" ,
4097
4029
" serde_json" ,
@@ -4944,32 +4876,6 @@ dependencies = [
4944
4876
" serde" ,
4945
4877
]
4946
4878
4947
- [[package ]]
4948
- name = " toml-query"
4949
- version = " 0.9.0"
4950
- source = " registry+https://github.com/rust-lang/crates.io-index"
4951
- checksum = " a24369a1894ac8224efcfd567c3d141aea360292f49888e7ec7dcc316527aebb"
4952
- dependencies = [
4953
- " failure" ,
4954
- " failure_derive" ,
4955
- " is-match" ,
4956
- " lazy_static" ,
4957
- " regex" ,
4958
- " toml" ,
4959
- " toml-query_derive" ,
4960
- ]
4961
-
4962
- [[package ]]
4963
- name = " toml-query_derive"
4964
- version = " 0.9.0"
4965
- source = " registry+https://github.com/rust-lang/crates.io-index"
4966
- checksum = " 3c99ca245ec273c7e75c8ee58f47b882d0146f3c2c8495158082c6671e8b5335"
4967
- dependencies = [
4968
- " darling" ,
4969
- " quote 0.6.12" ,
4970
- " syn 0.15.35" ,
4971
- ]
4972
-
4973
4879
[[package ]]
4974
4880
name = " tracing"
4975
4881
version = " 0.1.15"
0 commit comments