diff --git a/supply-chain/audits.toml b/supply-chain/audits.toml index 65311d91e..d4839e448 100644 --- a/supply-chain/audits.toml +++ b/supply-chain/audits.toml @@ -577,6 +577,12 @@ criteria = "safe-to-deploy" delta = "0.2.0 -> 0.2.1" notes = "This release adds minor convenience methods and involves no unsafe code." +[[audits.zcash_primitives]] +who = "Kris Nuttycombe " +criteria = "safe-to-deploy" +delta = "0.15.1 -> 0.16.0" +notes = "The primary change here is the switch from the `hdwallet` dependency to using `bip32`." + [[audits.zerocopy]] who = "Daira-Emma Hopwood " criteria = "safe-to-deploy"