Skip to content

Commit 3c7c8fb

Browse files
cargo: bump the patch group with 4 updates (#2989)
Bumps the patch group with 4 updates: [clap](https://github.com/clap-rs/clap), [zerocopy](https://github.com/google/zerocopy), [cxx](https://github.com/dtolnay/cxx) and [cxx-build](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 a4e991d commit 3c7c8fb

File tree

4 files changed

+23
-24
lines changed

4 files changed

+23
-24
lines changed

Cargo.lock

Lines changed: 20 additions & 21 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.51"
13+
clap = "4.5.53"
1414
lazy_static = "1.5"
1515
log = "0.4.27"
1616
matter = "0.1.0-alpha4"

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.27", features = ["derive"] }
8+
zerocopy = { version = "0.8.31", features = ["derive"] }

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.51", features = ["derive"] }
9+
clap = { version = "4.5.53", features = ["derive"] }
1010
walkdir = "2.5.0"

0 commit comments

Comments
 (0)