From e9f77e1cd409e98830ec68520f8e44e1755ce386 Mon Sep 17 00:00:00 2001 From: Pat Hickey Date: Wed, 27 Sep 2023 11:18:56 -0700 Subject: [PATCH] cargo vet: audit signal-hook-registry --- supply-chain/audits.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index a30c0a172297..5fb0c2e8c1f8 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -1894,6 +1894,11 @@ criteria = "safe-to-deploy" delta = "0.9.9 -> 0.10.2" notes = "This upgrade is mostly a code refactor, as far as I can tell. No new uses of unsafe nor any new ambient capabilities usage." +[[audits.signal-hook-registry]] +who = "Pat Hickey " +criteria = "safe-to-deploy" +version = "1.4.1" + [[audits.slab]] who = "Pat Hickey " criteria = "safe-to-deploy"