Exclude gix from cargo-deny

This commit is contained in:
Damien Elmes 2024-07-10 20:11:33 +07:00
parent fa4352f3b6
commit 88b506413f

View file

@ -5,8 +5,8 @@
db-path = "~/.cargo/advisory-db" db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"] db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = [ ignore = [
# safemem only used by makeapp # gix only used by burn-train
"RUSTSEC-2023-0081", "RUSTSEC-2024-0350",
] ]
[licenses] [licenses]