Skip to content

Commit

Permalink
Auto merge of #80688 - ehuss:update-mdbook, r=pietroalbini
Browse files Browse the repository at this point in the history
[security] Update mdbook

Changelog from 0.4.3 to 0.4.5: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-045
  • Loading branch information
bors committed Jan 4, 2021
2 parents ab5b9ae + 65675ad commit 9a22f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1973,9 +1973,9 @@ dependencies = [

[[package]]
name = "mdbook"
version = "0.4.3"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff"
checksum = "21251d3eb9ca5e8ac5b73384ddaa483a9bbc7d7dcd656b1fa8f266634810334a"
dependencies = [
"ammonia",
"anyhow",
Expand Down
2 changes: 1 addition & 1 deletion src/tools/rustbook/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ clap = "2.25.0"
env_logger = "0.7.1"

[dependencies.mdbook]
version = "0.4.3"
version = "0.4.5"
default-features = false
features = ["search"]

0 comments on commit 9a22f99

Please sign in to comment.