Skip to content

Commit 65cb2d1

Browse files
committed
Update Rust dependencies to resolve cargo-deny advisories
1 parent 17da9ec commit 65cb2d1

3 files changed

Lines changed: 567 additions & 352 deletions

File tree

Cargo.lock

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

deny.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ db-urls = ["https://github.com/rustsec/advisory-db"]
3939
# A list of advisory IDs to ignore. Note that ignored advisories will still
4040
# output a note when they are encountered.
4141
ignore = [
42-
"RUSTSEC-2024-0436", # Unmaintained but still fully functional crate `paste`
42+
"RUSTSEC-2024-0388", # Unmaintained `derivative`, used directly by graphite-editor and graphite-desktop
43+
"RUSTSEC-2024-0436", # Unmaintained `paste`, pulled in by dependencies `metal` and `wgpu-hal`
44+
"RUSTSEC-2025-0134", # Unmaintained `rustls-pemfile`, pulled in by build dependency `download-cef`
45+
"RUSTSEC-2025-0141", # Unmaintained `bincode`, pulled in by dev dependency `iai-callgrind`
4346
]
4447
# Threshold for security vulnerabilities, any vulnerability with a CVSS score
4548
# lower than the range specified will be ignored. Note that ignored advisories

0 commit comments

Comments
 (0)