From 242661f5c9420365a3cf08d916bab0752f6e7c7a Mon Sep 17 00:00:00 2001 From: Nick Fitzgerald Date: Wed, 12 Aug 2026 12:15:44 -0700 Subject: [PATCH] Add audit for `region` 3.0.2 -> 4.0.0 --- supply-chain/audits.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index f4f513c85737..b798753ddda9 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -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 " +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 " criteria = "safe-to-deploy"