1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-11 09:21:40 +02:00

cargo: bump the patch group with 4 updates (#1767)

Bumps the patch group with 4 updates:
[serde](https://github.com/serde-rs/serde),
[serde_json](https://github.com/serde-rs/json),
[pulldown-cmark](https://github.com/raphlinus/pulldown-cmark) and
[buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator).

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-01-29 10:29:15 +00:00
committed by GitHub
parent f3ff5b4111
commit 85b2f76ea0
4 changed files with 15 additions and 15 deletions

View File

@@ -17,6 +17,6 @@ matter = "0.1.0-alpha4"
mdbook = "0.4.25"
pretty_env_logger = "0.5.0"
regex = "1.10"
serde = "1.0.195"
serde_json = "1.0.111"
serde = "1.0.196"
serde_json = "1.0.112"
serde_yaml = "0.9"