Skip to content

Commit 57d7c7e

Browse files
author
Joshua Nelson
authored
Rollup merge of #82428 - ehuss:update-mdbook, r=Mark-Simulacrum
Update mdbook Changelog is here: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-047
2 parents c8825d0 + 788167a commit 57d7c7e

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

Cargo.lock

+10-4
Original file line numberDiff line numberDiff line change
@@ -1767,7 +1767,7 @@ dependencies = [
17671767
"regex",
17681768
"serde",
17691769
"serde_json",
1770-
"shlex",
1770+
"shlex 0.1.1",
17711771
]
17721772

17731773
[[package]]
@@ -2122,9 +2122,9 @@ dependencies = [
21222122

21232123
[[package]]
21242124
name = "mdbook"
2125-
version = "0.4.6"
2125+
version = "0.4.7"
21262126
source = "registry+https://github.com/rust-lang/crates.io-index"
2127-
checksum = "b3d948b64449003363127ed6c6139f03273982c3fe97da4cb3dee933e38ce38f"
2127+
checksum = "28f6a882f3880ec68e96f60d6b543c34941e2f307ad10e2992e4db9acfe96529"
21282128
dependencies = [
21292129
"ammonia",
21302130
"anyhow",
@@ -2142,7 +2142,7 @@ dependencies = [
21422142
"serde",
21432143
"serde_derive",
21442144
"serde_json",
2145-
"shlex",
2145+
"shlex 1.0.0",
21462146
"tempfile",
21472147
"toml",
21482148
]
@@ -4858,6 +4858,12 @@ version = "0.1.1"
48584858
source = "registry+https://github.com/rust-lang/crates.io-index"
48594859
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
48604860

4861+
[[package]]
4862+
name = "shlex"
4863+
version = "1.0.0"
4864+
source = "registry+https://github.com/rust-lang/crates.io-index"
4865+
checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
4866+
48614867
[[package]]
48624868
name = "signal-hook-registry"
48634869
version = "1.2.1"

0 commit comments

Comments
 (0)