Skip to content

Commit 32b1bff

Browse files
committed
1 parent ce36a96 commit 32b1bff

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/tools/rustbook/Cargo.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -867,9 +867,9 @@ dependencies = [
867867

868868
[[package]]
869869
name = "mdbook"
870-
version = "0.4.44"
870+
version = "0.4.45"
871871
source = "registry+https://github.com/rust-lang/crates.io-index"
872-
checksum = "f9da1e54401fe5d45a664c57e112e70f18e8c5a73e268c179305b932ee864574"
872+
checksum = "b07d36d96ffe1b5b16ddf2bc80b3b26bb7a498b2a6591061250bf0af8e8095ad"
873873
dependencies = [
874874
"ammonia",
875875
"anyhow",

src/tools/rustbook/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ mdbook-i18n-helpers = "0.3.3"
1414
mdbook-spec = { path = "../../doc/reference/mdbook-spec" }
1515

1616
[dependencies.mdbook]
17-
version = "0.4.44"
17+
version = "0.4.45"
1818
default-features = false
1919
features = ["search"]

0 commit comments

Comments
 (0)