Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions supply-chain/audits.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4512,6 +4512,15 @@ the same as before where it's all as expected and the `unsafe` has to do with
managing OS APIs.
"""

[[audits.region]]
who = "Nick Fitzgerald <fitzgen@gmail.com>"
criteria = "safe-to-deploy"
delta = "3.0.2 -> 4.0.0"
notes = """
A bunch of updates to existing unsafe code, mostly to use newer methods that are
now available after an MSRV bump. Looks fine.
"""

[[audits.rustc-demangle]]
who = "Alex Crichton <alex@alexcrichton.com>"
criteria = "safe-to-deploy"
Expand Down
Loading