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 3 updates (#1987)

Bumps the patch group with 3 updates:
[anyhow](https://github.com/dtolnay/anyhow),
[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-04-15 10:24:49 +01:00
committed by GitHub
parent a4d674b02e
commit 5df10096ac
3 changed files with 12 additions and 12 deletions

View File

@@ -8,7 +8,7 @@ repository = "https://github.com/google/comprehensive-rust"
description = "A tool for extracting starter code for exercises from Markdown files."
[dependencies]
anyhow = "1.0.81"
anyhow = "1.0.82"
log = "0.4.21"
mdbook = "0.4.37"
pretty_env_logger = "0.5.0"