1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-11-25 07:34:56 +02:00

cargo: bump the patch group with 3 updates (#2977)

Bumps the patch group with 3 updates:
[clap](https://github.com/clap-rs/clap),
[reqwest](https://github.com/seanmonstar/reqwest) and
[cxx](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]
2025-11-03 11:34:24 +00:00
committed by GitHub
parent 0ef575ce57
commit 543404945c
4 changed files with 20 additions and 19 deletions

View File

@@ -6,5 +6,5 @@ publish = false
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.48", features = ["derive"] }
clap = { version = "4.5.51", features = ["derive"] }
walkdir = "2.5.0"