Skip to content

Commit 5434049

Browse files
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0ef575c commit 5434049

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

Cargo.lock

Lines changed: 17 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mdbook-course/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ description = "An mdbook preprocessor for comprehensive-rust."
1010

1111
[dependencies]
1212
anyhow = "1.0.100"
13-
clap = "4.5.48"
13+
clap = "4.5.51"
1414
lazy_static = "1.5"
1515
log = "0.4.27"
1616
matter = "0.1.0-alpha4"

src/concurrency/sync-exercises/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ name = "link-checker"
1313
path = "link-checker.rs"
1414

1515
[dependencies]
16-
reqwest = { version = "0.12.23", features = ["blocking"] }
16+
reqwest = { version = "0.12.24", features = ["blocking"] }
1717
scraper = "0.24.0"
1818
thiserror = "2.0.17"
1919

xtask/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ publish = false
66

77
[dependencies]
88
anyhow = "1.0.100"
9-
clap = { version = "4.5.48", features = ["derive"] }
9+
clap = { version = "4.5.51", features = ["derive"] }
1010
walkdir = "2.5.0"

0 commit comments

Comments
 (0)