Skip to content

Commit 9a22f99

Browse files
committed
Auto merge of #80688 - ehuss:update-mdbook, r=pietroalbini
[security] Update mdbook Changelog from 0.4.3 to 0.4.5: https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md#mdbook-045
2 parents ab5b9ae + 65675ad commit 9a22f99

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1973,9 +1973,9 @@ dependencies = [
19731973

19741974
[[package]]
19751975
name = "mdbook"
1976-
version = "0.4.3"
1976+
version = "0.4.5"
19771977
source = "registry+https://github.com/rust-lang/crates.io-index"
1978-
checksum = "29be448fcafb00c5a8966c4020c2a5ffbbc333e5b96d0bb5ef54b5bd0524d9ff"
1978+
checksum = "21251d3eb9ca5e8ac5b73384ddaa483a9bbc7d7dcd656b1fa8f266634810334a"
19791979
dependencies = [
19801980
"ammonia",
19811981
"anyhow",

src/tools/rustbook/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ clap = "2.25.0"
1010
env_logger = "0.7.1"
1111

1212
[dependencies.mdbook]
13-
version = "0.4.3"
13+
version = "0.4.5"
1414
default-features = false
1515
features = ["search"]

0 commit comments

Comments
 (0)