Cargo update for openssl vuln (#6901)

Run `cargo update` to address [RUSTSEC-2025-0004](https://rustsec.org/advisories/RUSTSEC-2025-0004), a vulnerability in `openssl`. I don't think we are affected, but this PR is required for us to pass `cargo audit` and unblock CI.
This commit is contained in:
Michael Sproul
2025-02-03 15:27:07 +11:00
committed by GitHub
parent ddb845d503
commit 6b40b98537
2 changed files with 217 additions and 165 deletions

380
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -250,7 +250,7 @@ install-audit:
cargo install --force cargo-audit
audit-CI:
cargo audit --ignore RUSTSEC-2024-0421
cargo audit
# Runs `cargo vendor` to make sure dependencies can be vendored for packaging, reproducibility and archival purpose.
vendor: