Skip to content

Commit 54d19dc

Browse files
cargo: bump the patch group with 2 updates (#3182)
Bumps the patch group with 2 updates: [clap](https://github.com/clap-rs/clap) and [reqwest](https://github.com/seanmonstar/reqwest). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0290c13 commit 54d19dc

4 files changed

Lines changed: 9 additions & 9 deletions

File tree

Cargo.lock

Lines changed: 6 additions & 6 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.102"
13-
clap = "4.6.0"
13+
clap = "4.6.1"
1414
lazy_static = "1.5"
1515
log = "0.4.29"
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.13.2", features = ["blocking"] }
16+
reqwest = { version = "0.13.3", features = ["blocking"] }
1717
scraper = "0.26.0"
1818
thiserror = "2.0.18"
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.102"
9-
clap = { version = "4.6.0", features = ["derive"] }
9+
clap = { version = "4.6.1", features = ["derive"] }
1010
walkdir = "2.5.0"

0 commit comments

Comments
 (0)