diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index c5a9b0ba57ba..0235a67f4f16 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -2354,6 +2354,12 @@ No `unsafe` code in this update. Lots of changes but all object-file-format-related, everything looks good. """ +[[audits.object]] +who = "Alex Crichton " +criteria = "safe-to-deploy" +delta = "0.36.0 -> 0.36.5" +notes = "No new unsafe code, lots of new relocations/objects support, everything looks nominal" + [[audits.once_cell]] who = "Chris Fallin " criteria = "safe-to-deploy"