Skip to content

Commit 51f20b4

Browse files
committed
Update mdbook to 0.4.37
1 parent 586893c commit 51f20b4

File tree

2 files changed

+81
-17
lines changed

2 files changed

+81
-17
lines changed

Cargo.lock

+80-16
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,21 @@ dependencies = [
147147
"anstyle",
148148
"anstyle-parse",
149149
"anstyle-query",
150-
"anstyle-wincon",
150+
"anstyle-wincon 2.1.0",
151+
"colorchoice",
152+
"utf8parse",
153+
]
154+
155+
[[package]]
156+
name = "anstream"
157+
version = "0.6.11"
158+
source = "registry+https://github.com/rust-lang/crates.io-index"
159+
checksum = "6e2e1ebcb11de5c03c67de28a7df593d32191b44939c482e97702baaaa6ab6a5"
160+
dependencies = [
161+
"anstyle",
162+
"anstyle-parse",
163+
"anstyle-query",
164+
"anstyle-wincon 3.0.2",
151165
"colorchoice",
152166
"utf8parse",
153167
]
@@ -186,6 +200,16 @@ dependencies = [
186200
"windows-sys 0.48.0",
187201
]
188202

203+
[[package]]
204+
name = "anstyle-wincon"
205+
version = "3.0.2"
206+
source = "registry+https://github.com/rust-lang/crates.io-index"
207+
checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
208+
dependencies = [
209+
"anstyle",
210+
"windows-sys 0.52.0",
211+
]
212+
189213
[[package]]
190214
name = "anyhow"
191215
version = "1.0.75"
@@ -520,7 +544,7 @@ version = "4.4.4"
520544
source = "registry+https://github.com/rust-lang/crates.io-index"
521545
checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
522546
dependencies = [
523-
"anstream",
547+
"anstream 0.5.0",
524548
"anstyle",
525549
"clap_lex",
526550
"strsim",
@@ -558,7 +582,7 @@ checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
558582
name = "clippy"
559583
version = "0.1.77"
560584
dependencies = [
561-
"anstream",
585+
"anstream 0.5.0",
562586
"clippy_config",
563587
"clippy_lints",
564588
"clippy_utils",
@@ -1234,6 +1258,16 @@ dependencies = [
12341258
"cfg-if",
12351259
]
12361260

1261+
[[package]]
1262+
name = "env_filter"
1263+
version = "0.1.0"
1264+
source = "registry+https://github.com/rust-lang/crates.io-index"
1265+
checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
1266+
dependencies = [
1267+
"log",
1268+
"regex",
1269+
]
1270+
12371271
[[package]]
12381272
name = "env_logger"
12391273
version = "0.10.0"
@@ -1247,6 +1281,19 @@ dependencies = [
12471281
"termcolor",
12481282
]
12491283

1284+
[[package]]
1285+
name = "env_logger"
1286+
version = "0.11.1"
1287+
source = "registry+https://github.com/rust-lang/crates.io-index"
1288+
checksum = "05e7cf40684ae96ade6232ed84582f40ce0a66efcd43a5117aef610534f8e0b8"
1289+
dependencies = [
1290+
"anstream 0.6.11",
1291+
"anstyle",
1292+
"env_filter",
1293+
"humantime",
1294+
"log",
1295+
]
1296+
12501297
[[package]]
12511298
name = "equivalent"
12521299
version = "1.0.0"
@@ -1638,9 +1685,9 @@ dependencies = [
16381685

16391686
[[package]]
16401687
name = "handlebars"
1641-
version = "4.3.7"
1688+
version = "5.1.0"
16421689
source = "registry+https://github.com/rust-lang/crates.io-index"
1643-
checksum = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
1690+
checksum = "ab283476b99e66691dee3f1640fea91487a8d81f50fb5ecc75538f8f8879a1e4"
16441691
dependencies = [
16451692
"log",
16461693
"pest",
@@ -2335,24 +2382,23 @@ dependencies = [
23352382

23362383
[[package]]
23372384
name = "mdbook"
2338-
version = "0.4.36"
2385+
version = "0.4.37"
23392386
source = "registry+https://github.com/rust-lang/crates.io-index"
2340-
checksum = "80992cb0e05f22cc052c99f8e883f1593b891014b96a8b4637fd274d7030c85e"
2387+
checksum = "0c33564061c3c640bed5ace7d6a2a1b65f2c64257d1ac930c15e94ed0fb561d3"
23412388
dependencies = [
23422389
"ammonia",
23432390
"anyhow",
23442391
"chrono",
23452392
"clap",
23462393
"clap_complete",
23472394
"elasticlunr-rs",
2348-
"env_logger",
2395+
"env_logger 0.11.1",
23492396
"handlebars",
23502397
"log",
23512398
"memchr",
23522399
"once_cell",
23532400
"opener",
2354-
"pathdiff",
2355-
"pulldown-cmark",
2401+
"pulldown-cmark 0.10.0",
23562402
"regex",
23572403
"serde",
23582404
"serde_json",
@@ -2471,7 +2517,7 @@ dependencies = [
24712517
"aes",
24722518
"colored",
24732519
"ctrlc",
2474-
"env_logger",
2520+
"env_logger 0.10.0",
24752521
"getrandom",
24762522
"jemalloc-sys",
24772523
"lazy_static",
@@ -2689,7 +2735,7 @@ dependencies = [
26892735
"camino",
26902736
"clap",
26912737
"derive_builder",
2692-
"env_logger",
2738+
"env_logger 0.10.0",
26932739
"fs_extra",
26942740
"glob",
26952741
"humansize",
@@ -3012,6 +3058,24 @@ dependencies = [
30123058
"unicase",
30133059
]
30143060

3061+
[[package]]
3062+
name = "pulldown-cmark"
3063+
version = "0.10.0"
3064+
source = "registry+https://github.com/rust-lang/crates.io-index"
3065+
checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
3066+
dependencies = [
3067+
"bitflags 2.4.1",
3068+
"memchr",
3069+
"pulldown-cmark-escape",
3070+
"unicase",
3071+
]
3072+
3073+
[[package]]
3074+
name = "pulldown-cmark-escape"
3075+
version = "0.10.0"
3076+
source = "registry+https://github.com/rust-lang/crates.io-index"
3077+
checksum = "d5d8f9aa0e3cbcfaf8bf00300004ee3b72f74770f9cbac93f6928771f613276b"
3078+
30153079
[[package]]
30163080
name = "punycode"
30173081
version = "0.4.1"
@@ -3271,7 +3335,7 @@ name = "rustbook"
32713335
version = "0.1.0"
32723336
dependencies = [
32733337
"clap",
3274-
"env_logger",
3338+
"env_logger 0.10.0",
32753339
"mdbook",
32763340
]
32773341

@@ -4426,7 +4490,7 @@ name = "rustc_resolve"
44264490
version = "0.0.0"
44274491
dependencies = [
44284492
"bitflags 2.4.1",
4429-
"pulldown-cmark",
4493+
"pulldown-cmark 0.9.6",
44304494
"rustc_arena",
44314495
"rustc_ast",
44324496
"rustc_ast_pretty",
@@ -4970,9 +5034,9 @@ checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
49705034

49715035
[[package]]
49725036
name = "shlex"
4973-
version = "1.1.0"
5037+
version = "1.3.0"
49745038
source = "registry+https://github.com/rust-lang/crates.io-index"
4975-
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
5039+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
49765040

49775041
[[package]]
49785042
name = "siphasher"

src/tools/rustbook/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ clap = "4.0.32"
99
env_logger = "0.10"
1010

1111
[dependencies.mdbook]
12-
version = "0.4.28"
12+
version = "0.4.37"
1313
default-features = false
1414
features = ["search"]

0 commit comments

Comments
 (0)