Skip to content

Commit 7339c04

Browse files
cargo: bump the patch group with 8 updates (#2862)
Bumps the patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.98` | `1.0.99` | | [clap](https://github.com/clap-rs/clap) | `4.5.42` | `4.5.46` | | [regex](https://github.com/rust-lang/regex) | `1.11.1` | `1.11.2` | | [serde_json](https://github.com/serde-rs/json) | `1.0.142` | `1.0.143` | | [tokio](https://github.com/tokio-rs/tokio) | `1.47.0` | `1.47.1` | | [tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets) | `0.12.0` | `0.12.1` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.22` | `0.12.23` | | [thiserror](https://github.com/dtolnay/thiserror) | `2.0.12` | `2.0.16` | Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe43ce5 commit 7339c04

File tree

7 files changed

+37
-37
lines changed

7 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 26 additions & 26 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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ repository = "https://github.com/google/comprehensive-rust"
99
description = "An mdbook preprocessor for comprehensive-rust."
1010

1111
[dependencies]
12-
anyhow = "1.0.98"
13-
clap = "4.5.42"
12+
anyhow = "1.0.99"
13+
clap = "4.5.46"
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.142"
21+
serde_json = "1.0.143"
2222
serde_yaml = "0.9"

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.98"
11+
anyhow = "1.0.99"
1212
log = "0.4.27"
1313
mdbook = "0.4.51"
1414
pretty_env_logger = "0.5.0"

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ edition = "2024"
66
[dependencies]
77
futures-util = { version = "0.3.31", features = ["sink"] }
88
http = "1.3.1"
9-
tokio = { version = "1.47.0", features = ["full"] }
10-
tokio-websockets = { version = "0.12.0", features = ["client", "fastrand", "server", "sha1_smol"] }
9+
tokio = { version = "1.47.1", features = ["full"] }
10+
tokio-websockets = { version = "0.12.1", features = ["client", "fastrand", "server", "sha1_smol"] }

src/concurrency/sync-exercises/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ name = "link-checker"
1313
path = "link-checker.rs"
1414

1515
[dependencies]
16-
reqwest = { version = "0.12.22", features = ["blocking"] }
16+
reqwest = { version = "0.12.23", features = ["blocking"] }
1717
scraper = "0.24.0"
18-
thiserror = "2.0.12"
18+
thiserror = "2.0.16"
1919

2020
[dev-dependencies]
2121
tempfile = "3.21.0"

src/lifetimes/Cargo.toml

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

77
[dependencies]
8-
thiserror = "2.0.11"
8+
thiserror = "2.0.16"
99

1010
[lib]
1111
name = "protobuf"

xtask/Cargo.toml

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

77
[dependencies]
8-
anyhow = "1.0.98"
9-
clap = { version = "4.5.42", features = ["derive"] }
8+
anyhow = "1.0.99"
9+
clap = { version = "4.5.46", features = ["derive"] }

0 commit comments

Comments
 (0)