From e6663e5d0aadf1eb5b47b81ef9878e96261935bb Mon Sep 17 00:00:00 2001 From: Kris Nuttycombe Date: Mon, 19 Aug 2024 18:40:40 -0600 Subject: [PATCH] Update `cargo vet` for zcash_address-0.4.0 release --- supply-chain/audits.toml | 6 ++++++ supply-chain/imports.lock | 7 ------- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 1a9cebe54..65311d91e 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -565,6 +565,12 @@ who = "Daira-Emma Hopwood " criteria = "safe-to-run" delta = "0.1.6 -> 0.1.8" +[[audits.zcash_address]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.3.2 -> 0.4.0" +notes = "This release contains no unsafe code and consists soley of added convenience methods." + [[audits.zcash_encoding]] who = "Kris Nuttycombe " criteria = "safe-to-deploy" diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index d5fc7e532..c6f77dc02 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -299,13 +299,6 @@ user-id = 169181 user-login = "nuttycom" user-name = "Kris Nuttycombe" -[[publisher.zcash_protocol]] -version = "0.2.0" -when = "2024-08-19" -user-id = 169181 -user-login = "nuttycom" -user-name = "Kris Nuttycombe" - [[publisher.zcash_spec]] version = "0.1.0" when = "2023-12-07"