Skip to content

Commit 55b432d

Browse files
authored
chore: add ignore to deny.toml (#25)
## Description for unmaintained dependency atomic-polyfill of postcard through heapless. See jamesmunns/postcard#223
1 parent ab86735 commit 55b432d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

deny.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,6 @@ expression = "MIT AND ISC AND OpenSSL"
2121
license-files = [{ path = "LICENSE", hash = 0xbd0eed23 }]
2222

2323
[advisories]
24-
ignore = []
24+
ignore = [
25+
"RUSTSEC-2023-0089", # unmainatined: postcard -> heapless -> atomic-polyfill
26+
]

0 commit comments

Comments
 (0)