Rollup merge of #81030 - ehuss:update-mdbook, r=Mark-Simulacrum

Update mdbook

Just a few small fixes and changes, see https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-046 for a list.
This commit is contained in:
Guillaume Gomez 2021-01-15 23:30:58 +01:00 committed by GitHub
commit 38772f1491
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1973,9 +1973,9 @@ dependencies = [
[[package]]
name = "mdbook"
version = "0.4.5"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21251d3eb9ca5e8ac5b73384ddaa483a9bbc7d7dcd656b1fa8f266634810334a"
checksum = "b3d948b64449003363127ed6c6139f03273982c3fe97da4cb3dee933e38ce38f"
dependencies = [
"ammonia",
"anyhow",

View File

@ -10,6 +10,6 @@ clap = "2.25.0"
env_logger = "0.7.1"
[dependencies.mdbook]
version = "0.4.5"
version = "0.4.6"
default-features = false
features = ["search"]