From 7378ac6cb8ebe7d16b4945966243b3d9e2f07edd Mon Sep 17 00:00:00 2001 From: Cory Francis Myers Date: Wed, 18 Oct 2023 18:26:08 -0700 Subject: [PATCH] chore: "cargo vet" --- supply-chain/audits.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 12eba0f2bb9..be3178a6347 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -6,6 +6,11 @@ who = "Kunal Mehta " criteria = "safe-to-deploy" delta = "0.3.26 -> 0.3.27" +[[audits.rand_chacha]] +who = "Cory Francis Myers " +criteria = "safe-to-deploy" +delta = "0.2.2 -> 0.3.1" + [[trusted.aho-corasick]] criteria = "safe-to-deploy" user-id = 189 # Andrew Gallant (BurntSushi)