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 3 updates (#1784)

Bumps the patch group with 3 updates:
[serde_json](https://github.com/serde-rs/json),
[serde_yaml](https://github.com/dtolnay/serde-yaml) and
[reqwest](https://github.com/seanmonstar/reqwest).

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-02-05 10:30:46 +00:00
committed by GitHub
parent faea6894e7
commit 0e505be897
3 changed files with 18 additions and 10 deletions

View File

@@ -18,5 +18,5 @@ mdbook = "0.4.25"
pretty_env_logger = "0.5.0"
regex = "1.10"
serde = "1.0.196"
serde_json = "1.0.112"
serde_json = "1.0.113"
serde_yaml = "0.9"