Skip to content

Commit 426f3f7

Browse files
cargo: bump the patch group with 3 updates (#2837)
Bumps the patch group with 3 updates: [clap](https://github.com/clap-rs/clap), [serde_json](https://github.com/serde-rs/json) and [reqwest](https://github.com/seanmonstar/reqwest).
1 parent 570a726 commit 426f3f7

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ description = "An mdbook preprocessor for comprehensive-rust."
1010

1111
[dependencies]
1212
anyhow = "1.0.98"
13-
clap = "4.5.40"
13+
clap = "4.5.42"
1414
lazy_static = "1.5"
1515
log = "0.4.27"
1616
matter = "0.1.0-alpha4"
1717
mdbook = "0.4.51"
1818
pretty_env_logger = "0.5.0"
1919
regex = "1.11"
2020
serde = "1.0.219"
21-
serde_json = "1.0.140"
21+
serde_json = "1.0.142"
2222
serde_yaml = "0.9"

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.21", features = ["blocking"] }
16+
reqwest = { version = "0.12.22", features = ["blocking"] }
1717
scraper = "0.23.1"
1818
thiserror = "2.0.12"
1919

xtask/Cargo.toml

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

77
[dependencies]
88
anyhow = "1.0.98"
9-
clap = { version = "4.5.40", features = ["derive"] }
9+
clap = { version = "4.5.42", features = ["derive"] }

0 commit comments

Comments
 (0)