@@ -341,7 +341,7 @@ dependencies = [
341
341
" itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
342
342
" lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
343
343
" matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" ,
344
- " pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
344
+ " pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
345
345
" quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
346
346
" regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" ,
347
347
" semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" ,
@@ -1641,6 +1641,15 @@ dependencies = [
1641
1641
" getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1642
1642
]
1643
1643
1644
+ [[package ]]
1645
+ name = " pulldown-cmark"
1646
+ version = " 0.2.0"
1647
+ source = " registry+https://github.com/rust-lang/crates.io-index"
1648
+ dependencies = [
1649
+ " bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" ,
1650
+ " getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" ,
1651
+ ]
1652
+
1644
1653
[[package ]]
1645
1654
name = " quick-error"
1646
1655
version = " 1.2.2"
@@ -3373,6 +3382,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
3373
3382
"checksum proc-macro2 0.4.24 (registry+https://github.com/rust-lang/crates.io-index)" = " 77619697826f31a02ae974457af0b29b723e5619e113e9397b8b82c6bd253f09"
3374
3383
"checksum proptest 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = " 926d0604475349f463fe44130aae73f2294b5309ab2ca0310b998bd334ef191f"
3375
3384
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = " d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
3385
+ "checksum pulldown-cmark 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = " eef52fac62d0ea7b9b4dc7da092aa64ea7ec3d90af6679422d3d7e0e14b6ee15"
3376
3386
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = " 9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
3377
3387
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = " 07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
3378
3388
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = " 7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
0 commit comments