Skip to content

Commit

Permalink
cargo: bump the patch group with 6 updates (#1850)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Feb 26, 2024
1 parent 3afdabf commit cbcf599
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 deletions.
36 changes: 18 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions mdbook-course/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ repository = "https://github.com/google/comprehensive-rust"
description = "An mdbook preprocessor for comprehensive-rust."

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
clap = "4.5.1"
lazy_static = "1.4"
log = "0.4.17"
matter = "0.1.0-alpha4"
mdbook = "0.4.37"
pretty_env_logger = "0.5.0"
regex = "1.10"
serde = "1.0.196"
serde_json = "1.0.113"
serde = "1.0.197"
serde_json = "1.0.114"
serde_yaml = "0.9"
2 changes: 1 addition & 1 deletion mdbook-exerciser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ repository = "https://github.com/google/comprehensive-rust"
description = "A tool for extracting starter code for exercises from Markdown files."

[dependencies]
anyhow = "1.0.79"
anyhow = "1.0.80"
log = "0.4.17"
mdbook = "0.4.37"
pretty_env_logger = "0.5.0"
Expand Down

0 comments on commit cbcf599

Please sign in to comment.