@@ -10,7 +10,7 @@ name = "aho-corasick"
10
10
version = " 0.6.9"
11
11
source = " registry+https://github.com/rust-lang/crates.io-index"
12
12
dependencies = [
13
- " memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
13
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
14
14
]
15
15
16
16
[[package ]]
@@ -965,7 +965,7 @@ name = "fwdansi"
965
965
version = " 1.0.1"
966
966
source = " registry+https://github.com/rust-lang/crates.io-index"
967
967
dependencies = [
968
- " memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
968
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
969
969
" termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
970
970
]
971
971
@@ -1020,7 +1020,7 @@ dependencies = [
1020
1020
" aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
1021
1021
" fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1022
1022
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1023
- " memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1023
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1024
1024
" regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1025
1025
]
1026
1026
@@ -1126,7 +1126,7 @@ dependencies = [
1126
1126
" globset 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1127
1127
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1128
1128
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1129
- " memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1129
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1130
1130
" regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1131
1131
" same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1132
1132
" thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1433,7 +1433,7 @@ dependencies = [
1433
1433
" itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1434
1434
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1435
1435
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1436
- " memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1436
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1437
1437
" open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1438
1438
" pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1439
1439
" regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1461,7 +1461,7 @@ dependencies = [
1461
1461
" itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
1462
1462
" lazy_static 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1463
1463
" log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1464
- " memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1464
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1465
1465
" open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
1466
1466
" pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
1467
1467
" regex 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1476,13 +1476,8 @@ dependencies = [
1476
1476
1477
1477
[[package ]]
1478
1478
name = " memchr"
1479
- version = " 2.1.1 "
1479
+ version = " 2.2.0 "
1480
1480
source = " registry+https://github.com/rust-lang/crates.io-index"
1481
- dependencies = [
1482
- " cfg-if 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
1483
- " libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" ,
1484
- " version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
1485
- ]
1486
1481
1487
1482
[[package ]]
1488
1483
name = " memmap"
@@ -1982,6 +1977,16 @@ dependencies = [
1982
1977
" getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1983
1978
]
1984
1979
1980
+ [[package ]]
1981
+ name = " pulldown-cmark"
1982
+ version = " 0.4.0"
1983
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1984
+ dependencies = [
1985
+ " bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1986
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1987
+ " unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
1988
+ ]
1989
+
1985
1990
[[package ]]
1986
1991
name = " quick-error"
1987
1992
version = " 1.2.2"
@@ -2066,7 +2071,7 @@ name = "rand_chacha"
2066
2071
version = " 0.1.0"
2067
2072
source = " registry+https://github.com/rust-lang/crates.io-index"
2068
2073
dependencies = [
2069
- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2074
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2070
2075
" rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" ,
2071
2076
]
2072
2077
@@ -2088,7 +2093,7 @@ name = "rand_hc"
2088
2093
version = " 0.1.0"
2089
2094
source = " registry+https://github.com/rust-lang/crates.io-index"
2090
2095
dependencies = [
2091
- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2096
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2092
2097
]
2093
2098
2094
2099
[[package ]]
@@ -2113,7 +2118,7 @@ name = "rand_xorshift"
2113
2118
version = " 0.1.0"
2114
2119
source = " registry+https://github.com/rust-lang/crates.io-index"
2115
2120
dependencies = [
2116
- " rand_core 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
2121
+ " rand_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2117
2122
]
2118
2123
2119
2124
[[package ]]
@@ -2167,7 +2172,7 @@ version = "0.2.11"
2167
2172
source = " registry+https://github.com/rust-lang/crates.io-index"
2168
2173
dependencies = [
2169
2174
" aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
2170
- " memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2175
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2171
2176
" regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2172
2177
" thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2173
2178
" utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -2179,7 +2184,7 @@ version = "1.1.0"
2179
2184
source = " registry+https://github.com/rust-lang/crates.io-index"
2180
2185
dependencies = [
2181
2186
" aho-corasick 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" ,
2182
- " memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
2187
+ " memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
2183
2188
" regex-syntax 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
2184
2189
" thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" ,
2185
2190
" utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -3018,7 +3023,7 @@ version = "0.0.0"
3018
3023
dependencies = [
3019
3024
" minifier 0.0.28 (registry+https://github.com/rust-lang/crates.io-index)" ,
3020
3025
" parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" ,
3021
- " pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
3026
+ " pulldown-cmark 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
3022
3027
" tempfile 3.0.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3023
3028
]
3024
3029
@@ -3759,6 +3764,14 @@ name = "ucd-util"
3759
3764
version = " 0.1.3"
3760
3765
source = " registry+https://github.com/rust-lang/crates.io-index"
3761
3766
3767
+ [[package ]]
3768
+ name = " unicase"
3769
+ version = " 2.3.0"
3770
+ source = " registry+https://github.com/rust-lang/crates.io-index"
3771
+ dependencies = [
3772
+ " version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" ,
3773
+ ]
3774
+
3762
3775
[[package ]]
3763
3776
name = " unicode-bidi"
3764
3777
version = " 0.3.4"
@@ -4113,7 +4126,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4113
4126
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = " 7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
4114
4127
"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
4115
4128
"checksum mdbook 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 0ba0d44cb4089c741b9a91f3e5218298a40699c2f3a070a85014eed290c60819"
4116
- "checksum memchr 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 0a3eb002f0535929f1199681417029ebea04aadc0c7a4224b46be99c7f5d6a16 "
4129
+ "checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39 "
4117
4130
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = " e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
4118
4131
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
4119
4132
"checksum minifier 0.0.28 (registry+https://github.com/rust-lang/crates.io-index)" = " 3a2898502751dcc9d66b6fff57f3cf63cc91605e83e1a33515396f5027f8e4ca"
@@ -4165,6 +4178,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4165
4178
"checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f"
4166
4179
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
4167
4180
"checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
4181
+ "checksum pulldown-cmark 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = " fa4987312f985c300f4d68d208a9e4b646268140b6dbe83388c09652cc19ed3f"
4168
4182
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
4169
4183
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
4170
4184
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
@@ -4276,6 +4290,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
4276
4290
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
4277
4291
"checksum ucd-trie 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = " 71a9c5b1fe77426cf144cc30e49e955270f5086e31a6441dfa8b32efc09b9d77"
4278
4292
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = " 535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
4293
+ "checksum unicase 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = " 41d17211f887da8e4a70a45b9536f26fc5de166b81e2d5d80de4a17fd22553bd"
4279
4294
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
4280
4295
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
4281
4296
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = " aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
0 commit comments