Skip to content

Commit

Permalink
Update mdbook
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 19, 2023
1 parent 8826b68 commit 18ea16c
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 @@ -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",
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 = "4.0.32"
env_logger = "0.7.1"

[dependencies.mdbook]
version = "0.4.25"
version = "0.4.28"
default-features = false
features = ["search"]

0 comments on commit 18ea16c

Please sign in to comment.