mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -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-path = "~/.cargo/advisory-db"
|
||||||
db-urls = ["https://github.com/rustsec/advisory-db"]
|
db-urls = ["https://github.com/rustsec/advisory-db"]
|
||||||
ignore = [
|
ignore = [
|
||||||
# gix only used by burn-train
|
# pyoxidizer is stuck on an old ring version
|
||||||
"RUSTSEC-2024-0350",
|
"RUSTSEC-2025-0009",
|
||||||
]
|
]
|
||||||
|
|
||||||
[licenses]
|
[licenses]
|
||||||
|
|
Loading…
Reference in a new issue