Skip to content

Commit 0f5e680

Browse files
authored
Address cargo audit failure RUSTSEC-2025-0009 (#7086)
1 parent 7d598ed commit 0f5e680

File tree

3 files changed

+29
-56
lines changed

3 files changed

+29
-56
lines changed

Cargo.lock

Lines changed: 27 additions & 54 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ reqwest = { version = "0.11", default-features = false, features = [
176176
"rustls-tls",
177177
"native-tls-vendored",
178178
] }
179-
ring = "0.16"
179+
ring = "0.17"
180180
rpds = "0.11"
181181
rusqlite = { version = "0.28", features = ["bundled"] }
182182
serde = { version = "1", features = ["derive"] }

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ install-audit:
250250
cargo install --force cargo-audit
251251

252252
audit-CI:
253-
cargo audit --ignore RUSTSEC-2025-0009 --ignore RUSTSEC-2024-0437
253+
cargo audit --ignore RUSTSEC-2024-0437
254254

255255
# Runs `cargo vendor` to make sure dependencies can be vendored for packaging, reproducibility and archival purpose.
256256
vendor:

0 commit comments

Comments
 (0)