mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Silence a warning about ring
https://github.com/ankitects/anki/issues/3081
(cherry picked from commit b75f2798e6
)
This commit is contained in:
parent
8d9c8c91b5
commit
fa3caa472e
1 changed files with 2 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue