Update Cargo.lock after rebase

This commit is contained in:
Luke Parker
2025-08-30 19:36:00 -04:00
parent 354efc0192
commit 3c6e889732
14 changed files with 1285 additions and 2300 deletions

View File

@@ -10,6 +10,7 @@ ignore = [
"RUSTSEC-2022-0061", # https://github.com/serai-dex/serai/227
"RUSTSEC-2024-0370", # proc-macro-error is unmaintained
"RUSTSEC-2024-0384", # instant is unmaintained
"RUSTSEC-2024-0436", # paste is unmaintained
]
[licenses]
@@ -28,7 +29,6 @@ allow = [
"ISC",
"Zlib",
"Unicode-3.0",
"OpenSSL",
# Non-invasive copyleft
"MPL-2.0",
@@ -133,6 +133,5 @@ allow-git = [
"https://github.com/kayabaNerve/hybrid-array",
"https://github.com/kayabaNerve/elliptic-curves",
"https://github.com/monero-oxide/monero-oxide",
"https://github.com/serai-dex/substrate-bip39",
"https://github.com/serai-dex/polkadot-sdk",
]