chore: remove advisories.ignore entry for RUSTSEC-2025-0056

This commit is contained in:
Erich Gubler 2025-09-17 16:47:26 -04:00
parent 67f7a4ea3b
commit 5e6c151f9f

View File

@ -50,10 +50,6 @@ ignore = [
# It's a dependency of `metal` (which is to be replaced with `objc2-metal`), and a
# transitive dependency of `deno`. https://github.com/gfx-rs/wgpu/issues/7873
"RUSTSEC-2024-0436",
# `adler` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2025-0056
# It's a dependency of `miniz_oxide` 0.7.4, and a transitive dependency of `deno`.
# https://github.com/gfx-rs/wgpu/issues/7961
"RUSTSEC-2025-0056",
]
[licenses]