Skip to content

Commit 6194ac4

Browse files
cargo: bump the patch group with 4 updates (#2795)
Bumps the patch group with 4 updates: [clap](https://github.com/clap-rs/clap), [googletest](https://github.com/google/googletest-rust), [zerocopy](https://github.com/google/zerocopy) and [reqwest](https://github.com/seanmonstar/reqwest). Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5e4feff commit 6194ac4

File tree

6 files changed

+50
-52
lines changed

6 files changed

+50
-52
lines changed

Cargo.lock

Lines changed: 45 additions & 47 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.98"
13-
clap = "4.5.39"
13+
clap = "4.5.40"
1414
lazy_static = "1.5"
1515
log = "0.4.27"
1616
matter = "0.1.0-alpha4"

src/android/testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ path = "mockall.rs"
1717
test = true
1818

1919
[dependencies]
20-
googletest = "0.14.1"
20+
googletest = "0.14.2"
2121
mockall = "0.13.1"

src/bare-metal/useful-crates/zerocopy-example/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ edition = "2024"
55
publish = false
66

77
[dependencies]
8-
zerocopy = { version = "0.8.25", features = ["derive"] }
8+
zerocopy = { version = "0.8.26", features = ["derive"] }

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.19", features = ["blocking"] }
16+
reqwest = { version = "0.12.21", 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.39", features = ["derive"] }
9+
clap = { version = "4.5.40", features = ["derive"] }

0 commit comments

Comments
 (0)