Skip to content

Commit 82b60f2

Browse files
cargo: bump the patch group with 4 updates (#2087)
Bumps the patch group with 4 updates: [anyhow](https://github.com/dtolnay/anyhow), [mdbook](https://github.com/rust-lang/mdBook), [serde](https://github.com/serde-rs/serde) and [thiserror](https://github.com/dtolnay/thiserror). Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe655be commit 82b60f2

File tree

4 files changed

+89
-28
lines changed

4 files changed

+89
-28
lines changed

Cargo.lock

Lines changed: 83 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: 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.83"
12+
anyhow = "1.0.86"
1313
clap = "4.5.4"
1414
lazy_static = "1.4"
1515
log = "0.4.21"
1616
matter = "0.1.0-alpha4"
17-
mdbook = "0.4.37"
17+
mdbook = "0.4.40"
1818
pretty_env_logger = "0.5.0"
1919
regex = "1.10"
20-
serde = "1.0.201"
20+
serde = "1.0.202"
2121
serde_json = "1.0.117"
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.83"
11+
anyhow = "1.0.86"
1212
log = "0.4.21"
13-
mdbook = "0.4.37"
13+
mdbook = "0.4.40"
1414
pretty_env_logger = "0.5.0"
1515
pulldown-cmark = { version = "0.11.0", default-features = false }

src/concurrency/sync-exercises/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ path = "link-checker.rs"
1515
[dependencies]
1616
reqwest = { version = "0.12.4", features = ["blocking"] }
1717
scraper = "0.19.0"
18-
thiserror = "1.0.60"
18+
thiserror = "1.0.61"
1919

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

0 commit comments

Comments
 (0)