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

Update mdbook

This updates mdbook from 0.4.25 to 0.4.28.
Changelog: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-0428

The primary changes are some interaction fixes for Mobile Safari and removing custom scrollbars on webkit browsers, along with a few other fixes.
This commit is contained in:
Matthias Krüger 2023-03-20 09:46:55 +01:00 committed by GitHub
commit 58ffabbb90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -3103,9 +3103,9 @@ dependencies = [
[[package]]
name = "mdbook"
version = "0.4.25"
version = "0.4.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1ed28d5903dde77bd5182645078a37ee57014cac6ccb2d54e1d6496386648e4"
checksum = "764dcbfc2e5f868bc1b566eb179dff1a06458fd0cff846aae2579392dd3f01a0"
dependencies = [
"ammonia",
"anyhow",

View File

@ -9,6 +9,6 @@ clap = "4.0.32"
env_logger = "0.7.1"
[dependencies.mdbook]
version = "0.4.25"
version = "0.4.28"
default-features = false
features = ["search"]