Skip to content

Commit 544b9f9

Browse files
committed
Update mdbook to 0.4.42
1 parent 59cec72 commit 544b9f9

File tree

3 files changed

+22
-5
lines changed

3 files changed

+22
-5
lines changed

src/tools/rustbook/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/target

src/tools/rustbook/Cargo.lock

+20-4
Original file line numberDiff line numberDiff line change
@@ -441,11 +441,12 @@ dependencies = [
441441

442442
[[package]]
443443
name = "handlebars"
444-
version = "5.1.2"
444+
version = "6.2.0"
445445
source = "registry+https://github.com/rust-lang/crates.io-index"
446-
checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
446+
checksum = "fd4ccde012831f9a071a637b0d4e31df31c0f6c525784b35ae76a9ac6bc1e315"
447447
dependencies = [
448448
"log",
449+
"num-order",
449450
"pest",
450451
"pest_derive",
451452
"serde",
@@ -645,9 +646,9 @@ dependencies = [
645646

646647
[[package]]
647648
name = "mdbook"
648-
version = "0.4.40"
649+
version = "0.4.42"
649650
source = "registry+https://github.com/rust-lang/crates.io-index"
650-
checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
651+
checksum = "7624879735513024d323e7267a0b3a7176aceb0db537939beb4ee31d9e8945e3"
651652
dependencies = [
652653
"ammonia",
653654
"anyhow",
@@ -762,6 +763,21 @@ dependencies = [
762763
"windows-sys 0.59.0",
763764
]
764765

766+
[[package]]
767+
name = "num-modular"
768+
version = "0.6.1"
769+
source = "registry+https://github.com/rust-lang/crates.io-index"
770+
checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
771+
772+
[[package]]
773+
name = "num-order"
774+
version = "1.2.0"
775+
source = "registry+https://github.com/rust-lang/crates.io-index"
776+
checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
777+
dependencies = [
778+
"num-modular",
779+
]
780+
765781
[[package]]
766782
name = "num-traits"
767783
version = "0.2.19"

0 commit comments

Comments
 (0)