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 (#2179)

Bumps the patch group with 3 updates:
[clap](https://github.com/clap-rs/clap),
[log](https://github.com/rust-lang/log) and
[serde_json](https://github.com/serde-rs/json).

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-07-01 11:54:41 +01:00
committed by GitHub
parent df33476ee6
commit 751b33d45f
3 changed files with 12 additions and 12 deletions

View File

@@ -9,7 +9,7 @@ description = "A tool for extracting starter code for exercises from Markdown fi
[dependencies]
anyhow = "1.0.86"
log = "0.4.21"
log = "0.4.22"
mdbook = "0.4.40"
pretty_env_logger = "0.5.0"
pulldown-cmark = { version = "0.11.0", default-features = false }