Skip to content

Commit 7636276

Browse files
cargo: bump the patch group with 4 updates (google#1810)
Bumps the patch group with 4 updates: [mdbook](https://github.com/rust-lang/mdBook), [thiserror](https://github.com/dtolnay/thiserror), [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 4f719dd commit 7636276

File tree

4 files changed

+53
-34
lines changed

4 files changed

+53
-34
lines changed

Cargo.lock

Lines changed: 50 additions & 31 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
@@ -14,7 +14,7 @@ clap = "4.5.0"
1414
lazy_static = "1.4"
1515
log = "0.4.17"
1616
matter = "0.1.0-alpha4"
17-
mdbook = "0.4.25"
17+
mdbook = "0.4.37"
1818
pretty_env_logger = "0.5.0"
1919
regex = "1.10"
2020
serde = "1.0.196"

mdbook-exerciser/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ description = "A tool for extracting starter code for exercises from Markdown fi
1010
[dependencies]
1111
anyhow = "1.0.79"
1212
log = "0.4.17"
13-
mdbook = "0.4.25"
13+
mdbook = "0.4.37"
1414
pretty_env_logger = "0.5.0"
1515
pulldown-cmark = { version = "0.10.0", default-features = false }

src/exercises/Cargo.toml

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

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

0 commit comments

Comments
 (0)