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

Update Rust dependencies (#1487)

This fixes a low-criticality vulnerability in `atty` (on Windows):

  https://github.com/advisories/GHSA-g98v-hv3f-hcfr

I only updated the dependencies here which didn’t require code changes.
This commit is contained in:
Martin Geisler
2023-11-20 15:26:19 +01:00
committed by GitHub
parent 34f0cfb770
commit 8b863c0446
4 changed files with 292 additions and 429 deletions

View File

@@ -14,5 +14,5 @@ clap = "4.4.4"
log = "0.4.17"
matter = "0.1.0-alpha4"
mdbook = "0.4.25"
pretty_env_logger = "0.4.0"
pretty_env_logger = "0.5.0"
serde_json = "1.0.107"