Skip to content

Commit

Permalink
Update mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jul 22, 2022
1 parent 22d25f2 commit 31dd1f6
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 @@ -2361,9 +2361,9 @@ dependencies = [

[[package]]
name = "mdbook"
version = "0.4.20"
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13cdad8057b09a519c6c63e6d7c93ea854f5d7fbfe284df864d5e1140d215a2d"
checksum = "23f3e133c6d515528745ffd3b9f0c7d975ae039f0b6abb099f2168daa2afb4f9"
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 @@ -9,6 +9,6 @@ clap = "3.1.1"
env_logger = "0.7.1"

[dependencies.mdbook]
version = "0.4.18"
version = "0.4.21"
default-features = false
features = ["search"]

0 comments on commit 31dd1f6

Please sign in to comment.