diff options
| author | Joshua Nelson <joshua@yottadb.com> | 2021-03-01 11:25:05 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 11:25:05 -0500 |
| commit | 57d7c7e3d98dd5d1216545f78caa3080edfec80f (patch) | |
| tree | c1dd0539df8c2f84362494706b6f045d8fef902b | |
| parent | c8825d04008ccf60bd12f6a054d5dd903698392a (diff) | |
| parent | 788167ae574b0674c6381fa91c3350ab80d52725 (diff) | |
| download | rust-57d7c7e3d98dd5d1216545f78caa3080edfec80f.tar.gz rust-57d7c7e3d98dd5d1216545f78caa3080edfec80f.zip | |
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
| -rw-r--r-- | Cargo.lock | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/Cargo.lock b/Cargo.lock index 6e95fd6af27..87690718dc0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1767,7 +1767,7 @@ dependencies = [ "regex", "serde", "serde_json", - "shlex", + "shlex 0.1.1", ] [[package]] @@ -2122,9 +2122,9 @@ dependencies = [ [[package]] name = "mdbook" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b3d948b64449003363127ed6c6139f03273982c3fe97da4cb3dee933e38ce38f" +checksum = "28f6a882f3880ec68e96f60d6b543c34941e2f307ad10e2992e4db9acfe96529" dependencies = [ "ammonia", "anyhow", @@ -2142,7 +2142,7 @@ dependencies = [ "serde", "serde_derive", "serde_json", - "shlex", + "shlex 1.0.0", "tempfile", "toml", ] @@ -4859,6 +4859,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" [[package]] +name = "shlex" +version = "1.0.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d" + +[[package]] name = "signal-hook-registry" version = "1.2.1" source = "registry+https://github.com/rust-lang/crates.io-index" |
