mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Silence a warning about ring
https://github.com/ankitects/anki/issues/3081
This commit is contained in:
parent
63c2a09ef6
commit
b75f2798e6
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