Skip to content

Commit 53afa84

Browse files
cargo: bump the patch group with 6 updates (#2731)
Bumps the patch group with 6 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.97` | `1.0.98` | | [clap](https://github.com/clap-rs/clap) | `4.5.35` | `4.5.37` | | [zerocopy](https://github.com/google/zerocopy) | `0.8.24` | `0.8.25` | | [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) | `0.11.3` | `0.11.4` | | [cxx](https://github.com/dtolnay/cxx) | `1.0.153` | `1.0.158` | | [cxx-build](https://github.com/dtolnay/cxx) | `1.0.153` | `1.0.158` | Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3743ddf commit 53afa84

File tree

6 files changed

+29
-29
lines changed

6 files changed

+29
-29
lines changed

Cargo.lock

Lines changed: 22 additions & 22 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
@@ -9,8 +9,8 @@ repository = "https://github.com/google/comprehensive-rust"
99
description = "An mdbook preprocessor for comprehensive-rust."
1010

1111
[dependencies]
12-
anyhow = "1.0.97"
13-
clap = "4.5.34"
12+
anyhow = "1.0.98"
13+
clap = "4.5.37"
1414
lazy_static = "1.5"
1515
log = "0.4.27"
1616
matter = "0.1.0-alpha4"

mdbook-exerciser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repository = "https://github.com/google/comprehensive-rust"
88
description = "A tool for extracting starter code for exercises from Markdown files."
99

1010
[dependencies]
11-
anyhow = "1.0.97"
11+
anyhow = "1.0.98"
1212
log = "0.4.27"
1313
mdbook = "0.4.48"
1414
pretty_env_logger = "0.5.0"

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 = "2021"
55
publish = false
66

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

src/concurrency/async-exercises/chat-async/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2021"
77
futures-util = { version = "0.3.31", features = ["sink"] }
88
http = "1.3.1"
99
tokio = { version = "1.44.2", features = ["full"] }
10-
tokio-websockets = { version = "0.11.3", features = ["client", "fastrand", "server", "sha1_smol"] }
10+
tokio-websockets = { version = "0.11.4", features = ["client", "fastrand", "server", "sha1_smol"] }

xtask/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
anyhow = "1.0.97"
9-
clap = { version = "4.5.35", features = ["derive"] }
8+
anyhow = "1.0.98"
9+
clap = { version = "4.5.37", features = ["derive"] }

0 commit comments

Comments
 (0)