Add empty crates to clean up the Cargo.lock

Also removes a now unused RUSTSEC allow in deny.
This commit is contained in:
Luke Parker
2023-11-27 19:43:08 -05:00
parent d038aa95fd
commit b8e5fa7ff2
6 changed files with 44 additions and 1 deletions

View File

@@ -8,7 +8,6 @@ notice = "warn"
unmaintained = "warn"
ignore = [
"RUSTSEC-2021-0139", # https://github.com/serai-dex/serai/228
"RUSTSEC-2022-0061", # https://github.com/serai-dex/serai/227
]