Skip to content

Commit 6bab36d

Browse files
chore(deps): update cargo.lock (#8197)
* chore(deps): update cargo.lock * Update to png 0.18 * Waive cargo-deny advisory check for `adler` crate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Andy Leiserson <[email protected]>
1 parent fb28da1 commit 6bab36d

File tree

5 files changed

+192
-139
lines changed

5 files changed

+192
-139
lines changed

.deny.toml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,16 @@ wildcards = "deny"
4949
allow-wildcard-paths = true
5050

5151
[advisories]
52-
# `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436
53-
# It's a dependency of `metal` (which is to be replaced with `objc2`) and a transitive dependency of `deno`.
54-
ignore = ["RUSTSEC-2024-0436"]
52+
ignore = [
53+
# `paste` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2024-0436
54+
# It's a dependency of `metal` (which is to be replaced with `objc2-metal`), and a
55+
# transitive dependency of `deno`. https://github.com/gfx-rs/wgpu/issues/7873
56+
"RUSTSEC-2024-0436",
57+
# `adler` crate is no longer maintained https://rustsec.org/advisories/RUSTSEC-2025-0056
58+
# It's a dependency of `miniz_oxide` 0.7.4, and a transitive dependency of `deno`.
59+
# https://github.com/gfx-rs/wgpu/issues/7961
60+
"RUSTSEC-2025-0056",
61+
]
5562

5663
[licenses]
5764
allow = [

0 commit comments

Comments
 (0)