From: Steve Myers Date: Fri, 16 Jun 2023 03:46:32 +0000 (-0500) Subject: Ignore rocksdb RUSTSEC-2022-0046 audit error X-Git-Tag: v0.28.1~3^2 X-Git-Url: http://internal-gitweb-vhost/?a=commitdiff_plain;h=f7d0852e92640791711cd1cd580a0b972df3da64;p=bdk Ignore rocksdb RUSTSEC-2022-0046 audit error --- diff --git a/.cargo/audit.toml b/.cargo/audit.toml new file mode 100644 index 00000000..1941eec0 --- /dev/null +++ b/.cargo/audit.toml @@ -0,0 +1,2 @@ +[advisories] +ignore = ["RUSTSEC-2022-0046"]