1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-08-08 00:12:51 +02:00

cargo: bump the minor group with 4 updates (#2387)

Bumps the minor group with 4 updates:
[regex](https://github.com/rust-lang/regex),
[buddy_system_allocator](https://github.com/rcore-os/buddy_system_allocator),
[tempfile](https://github.com/Stebalien/tempfile) and
[tokio-websockets](https://github.com/Gelbpunkt/tokio-websockets).

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-10-01 14:00:01 +01:00
committed by GitHub
parent c23c0c9312
commit be9ed92365
5 changed files with 24 additions and 24 deletions

View File

@ -16,7 +16,7 @@ log = "0.4.22"
matter = "0.1.0-alpha4"
mdbook = "0.4.40"
pretty_env_logger = "0.5.0"
regex = "1.10"
regex = "1.11"
serde = "1.0.209"
serde_json = "1.0.127"
serde_yaml = "0.9"