Skip to content

Commit 65f7b05

Browse files
Ignore RUSTSEC-2023-0089 until postcard is updated (#19038)
# Objective - CI fails due to `atomic-polyfill` being unmaintained ## Solution - Dependency chain of `postcard -> heapless -> atomic-polyfill` . `heapless` is updated. `postcard` has not yet. - See jamesmunns/postcard#223 - Ignore the advisory for now ## Testing - CI with this PR --------- Co-authored-by: MichiRecRoom <1008889+LikeLakers2@users.noreply.github.com>
1 parent c286e4f commit 65f7b05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deny.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ ignore = [
88
# See: https://rustsec.org/advisories/RUSTSEC-2024-0436
99
# Bevy relies on this in multiple indirect ways, so ignoring it is the only feasible current solution
1010
"RUSTSEC-2024-0436",
11+
# unmaintained: postcard -> heapless -> atomic-polyfill
12+
# See https://github.com/jamesmunns/postcard/issues/223
13+
"RUSTSEC-2023-0089",
1114
]
1215

1316
[licenses]

0 commit comments

Comments
 (0)