mirror of
https://github.com/serai-dex/serai.git
synced 2025-02-07 05:37:43 +00:00
Update advisories in deny.toml
This commit is contained in:
parent
375887bb29
commit
d37aff515d
1 changed files with 5 additions and 1 deletions
|
@ -9,6 +9,11 @@ unmaintained = "warn"
|
|||
|
||||
ignore = [
|
||||
"RUSTSEC-2020-0071", # https://github.com/chronotope/chrono/issues/602
|
||||
"RUSTSEC-2021-0139". # https://github.com/serai-dex/serai/228
|
||||
"RUSTSEC-2021-0145". # https://github.com/serai-dex/serai/225
|
||||
"RUSTSEC-2022-0061". # https://github.com/serai-dex/serai/227
|
||||
"RUSTSEC-2022-0075", # https://github.com/serai-dex/serai/226
|
||||
"RUSTSEC-2022-0076". # https://github.com/serai-dex/serai/226
|
||||
]
|
||||
|
||||
[licenses]
|
||||
|
@ -74,5 +79,4 @@ unknown-git = "deny"
|
|||
allow-registry = ["https://github.com/rust-lang/crates.io-index"]
|
||||
allow-git = [
|
||||
"https://github.com/serai-dex/substrate",
|
||||
"https://github.com/hack-ink/array-bytes"
|
||||
]
|
||||
|
|
Loading…
Reference in a new issue