Skip to content

Commit 0a9a01d

Browse files
cargo: bump the patch group with 8 updates (#2388)
Bumps the patch group with 8 updates: | Package | From | To | | --- | --- | --- | | [anyhow](https://github.com/dtolnay/anyhow) | `1.0.86` | `1.0.89` | | [clap](https://github.com/clap-rs/clap) | `4.5.16` | `4.5.18` | | [serde](https://github.com/serde-rs/serde) | `1.0.209` | `1.0.210` | | [serde_json](https://github.com/serde-rs/json) | `1.0.127` | `1.0.128` | | [pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) | `0.12.0` | `0.12.1` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.11` | `0.7.12` | | [thiserror](https://github.com/dtolnay/thiserror) | `1.0.63` | `1.0.64` | | [reqwest](https://github.com/seanmonstar/reqwest) | `0.12.7` | `0.12.8` | Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6a01383 commit 0a9a01d

File tree

5 files changed

+37
-37
lines changed

5 files changed

+37
-37
lines changed

Cargo.lock

Lines changed: 25 additions & 25 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: 4 additions & 4 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.86"
13-
clap = "4.5.16"
12+
anyhow = "1.0.89"
13+
clap = "4.5.18"
1414
lazy_static = "1.5"
1515
log = "0.4.22"
1616
matter = "0.1.0-alpha4"
1717
mdbook = "0.4.40"
1818
pretty_env_logger = "0.5.0"
1919
regex = "1.11"
20-
serde = "1.0.209"
21-
serde_json = "1.0.127"
20+
serde = "1.0.210"
21+
serde_json = "1.0.128"
2222
serde_yaml = "0.9"

mdbook-exerciser/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ 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.86"
11+
anyhow = "1.0.89"
1212
log = "0.4.22"
1313
mdbook = "0.4.40"
1414
pretty_env_logger = "0.5.0"
15-
pulldown-cmark = { version = "0.12.0", default-features = false }
15+
pulldown-cmark = { version = "0.12.1", default-features = false }

mdbook-slide-evaluator/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ repository = "https://github.com/google/comprehensive-rust"
88
description = "A tool for evaluating mdbook slides by rendering the html pages and spot violations to the policies"
99

1010
[dependencies]
11-
anyhow = "1.0.86"
12-
clap = { version = "4.5.9", features = ["derive"] }
11+
anyhow = "1.0.89"
12+
clap = { version = "4.5.18", features = ["derive"] }
1313
csv = "1.3.0"
1414
fantoccini = "0.21.2"
1515
glob = "0.3.1"
1616
log = "0.4.22"
1717
pretty_env_logger = "0.5.0"
18-
serde = { version = "1.0.209", features = ["derive"] }
18+
serde = { version = "1.0.210", features = ["derive"] }
1919
strum = { version = "0.26.3", features = ["derive"] }
2020
tokio = { version = "1.40.0", features = ["full"] }
21-
tokio-util = "0.7.11"
21+
tokio-util = "0.7.12"
2222
url = "2.5.2"

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.7", features = ["blocking"] }
16+
reqwest = { version = "0.12.8", features = ["blocking"] }
1717
scraper = "0.20.0"
18-
thiserror = "1.0.63"
18+
thiserror = "1.0.64"
1919

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

0 commit comments

Comments
 (0)