Skip to content

Commit cbcf599

Browse files
cargo: bump the patch group with 6 updates (#1850)
Bumps the patch group with 6 updates Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3afdabf commit cbcf599

File tree

3 files changed

+22
-22
lines changed

3 files changed

+22
-22
lines changed

Cargo.lock

Lines changed: 18 additions & 18 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.79"
12+
anyhow = "1.0.80"
1313
clap = "4.5.1"
1414
lazy_static = "1.4"
1515
log = "0.4.17"
1616
matter = "0.1.0-alpha4"
1717
mdbook = "0.4.37"
1818
pretty_env_logger = "0.5.0"
1919
regex = "1.10"
20-
serde = "1.0.196"
21-
serde_json = "1.0.113"
20+
serde = "1.0.197"
21+
serde_json = "1.0.114"
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.79"
11+
anyhow = "1.0.80"
1212
log = "0.4.17"
1313
mdbook = "0.4.37"
1414
pretty_env_logger = "0.5.0"

0 commit comments

Comments
 (0)