File tree 1 file changed +7
-18
lines changed
1 file changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -689,7 +689,7 @@ dependencies = [
689
689
" clippy_utils" ,
690
690
" if_chain" ,
691
691
" itertools 0.10.1" ,
692
- " pulldown-cmark 0.9.0 " ,
692
+ " pulldown-cmark" ,
693
693
" quine-mc_cluskey" ,
694
694
" regex-syntax" ,
695
695
" rustc-semver" ,
@@ -2186,9 +2186,9 @@ dependencies = [
2186
2186
2187
2187
[[package ]]
2188
2188
name = " mdbook"
2189
- version = " 0.4.14 "
2189
+ version = " 0.4.15 "
2190
2190
source = " registry+https://github.com/rust-lang/crates.io-index"
2191
- checksum = " f6e77253c46a90eb7e96b2807201dab941a4db5ea05eca5aaaf7027395f352b3 "
2191
+ checksum = " 241f10687eb3b4e0634b3b4e423f97c5f1efbd69dc9522e24a8b94583eeec3c6 "
2192
2192
dependencies = [
2193
2193
" ammonia" ,
2194
2194
" anyhow" ,
@@ -2201,7 +2201,7 @@ dependencies = [
2201
2201
" log" ,
2202
2202
" memchr" ,
2203
2203
" opener" ,
2204
- " pulldown-cmark 0.8.0 " ,
2204
+ " pulldown-cmark" ,
2205
2205
" regex" ,
2206
2206
" serde" ,
2207
2207
" serde_derive" ,
@@ -2865,27 +2865,16 @@ dependencies = [
2865
2865
2866
2866
[[package ]]
2867
2867
name = " pulldown-cmark"
2868
- version = " 0.8.0 "
2868
+ version = " 0.9.1 "
2869
2869
source = " registry+https://github.com/rust-lang/crates.io-index"
2870
- checksum = " ffade02495f22453cd593159ea2f59827aae7f53fa8323f756799b670881dcf8 "
2870
+ checksum = " 34f197a544b0c9ab3ae46c359a7ec9cbbb5c7bf97054266fecb7ead794a181d6 "
2871
2871
dependencies = [
2872
2872
" bitflags" ,
2873
2873
" getopts" ,
2874
2874
" memchr" ,
2875
2875
" unicase" ,
2876
2876
]
2877
2877
2878
- [[package ]]
2879
- name = " pulldown-cmark"
2880
- version = " 0.9.0"
2881
- source = " registry+https://github.com/rust-lang/crates.io-index"
2882
- checksum = " acd16514d1af5f7a71f909a44ef253cdb712a376d7ebc8ae4a471a9be9743548"
2883
- dependencies = [
2884
- " bitflags" ,
2885
- " memchr" ,
2886
- " unicase" ,
2887
- ]
2888
-
2889
2878
[[package ]]
2890
2879
name = " punycode"
2891
2880
version = " 0.4.1"
@@ -4440,7 +4429,7 @@ dependencies = [
4440
4429
" expect-test" ,
4441
4430
" itertools 0.9.0" ,
4442
4431
" minifier" ,
4443
- " pulldown-cmark 0.9.0 " ,
4432
+ " pulldown-cmark" ,
4444
4433
" rayon" ,
4445
4434
" regex" ,
4446
4435
" rustdoc-json-types" ,
You can’t perform that action at this time.
0 commit comments