Silence a warning about ring

https://github.com/ankitects/anki/issues/3081
(cherry picked from commit b75f2798e6)
This commit is contained in:
Damien Elmes 2025-03-10 13:54:07 +07:00
parent 8d9c8c91b5
commit fa3caa472e

View file

@ -5,8 +5,8 @@
db-path = "~/.cargo/advisory-db"
db-urls = ["https://github.com/rustsec/advisory-db"]
ignore = [
# gix only used by burn-train
"RUSTSEC-2024-0350",
# pyoxidizer is stuck on an old ring version
"RUSTSEC-2025-0009",
]
[licenses]