Skip to content

Commit

Permalink
cargo: bump the patch group with 2 updates (google#2035)
Browse files Browse the repository at this point in the history
Bumps the patch group with 2 updates:
[serde](https://github.com/serde-rs/serde) and
[pulldown-cmark](https://github.com/raphlinus/pulldown-cmark).

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 Apr 29, 2024
1 parent 6f4f29e commit 5c0ed88
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion mdbook-course/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ matter = "0.1.0-alpha4"
mdbook = "0.4.37"
pretty_env_logger = "0.5.0"
regex = "1.10"
serde = "1.0.198"
serde = "1.0.199"
serde_json = "1.0.116"
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 @@ -12,4 +12,4 @@ anyhow = "1.0.82"
log = "0.4.21"
mdbook = "0.4.37"
pretty_env_logger = "0.5.0"
pulldown-cmark = { version = "0.10.2", default-features = false }
pulldown-cmark = { version = "0.10.3", default-features = false }

0 comments on commit 5c0ed88

Please sign in to comment.