Update `patch-polkadot-sdk

Allows using `libp2p 0.55`.
This commit is contained in:
Luke Parker
2025-09-06 14:04:55 -04:00
parent d304cd97e1
commit ae923b24ff
17 changed files with 411 additions and 556 deletions

View File

@@ -9,7 +9,6 @@ yanked = "deny"
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
]
@@ -29,9 +28,10 @@ allow = [
"ISC",
"Zlib",
"Unicode-3.0",
"CDLA-Permissive-2.0",
# Non-invasive copyleft
"MPL-2.0",
# "MPL-2.0", # Commented as it's not currently in-use within the Serai tree
"Apache-2.0",
"Apache-2.0 WITH LLVM-exception",
"GPL-3.0 WITH Classpath-exception-2.0",