1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-10 17:11:29 +02:00

cargo: bump the patch group with 4 updates (#1810)

Bumps the patch group with 4 updates:
[mdbook](https://github.com/rust-lang/mdBook),
[thiserror](https://github.com/dtolnay/thiserror),
[cxx](https://github.com/dtolnay/cxx) and
[cxx-build](https://github.com/dtolnay/cxx).

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-02-12 10:40:19 +00:00
committed by GitHub
parent 4f719ddc72
commit 76362763c3
4 changed files with 55 additions and 36 deletions

View File

@@ -10,6 +10,6 @@ description = "A tool for extracting starter code for exercises from Markdown fi
[dependencies]
anyhow = "1.0.79"
log = "0.4.17"
mdbook = "0.4.25"
mdbook = "0.4.37"
pretty_env_logger = "0.5.0"
pulldown-cmark = { version = "0.10.0", default-features = false }