Skip to content

Commit 3c090a8

Browse files
authored
Refresh metadata to support latest chain (#72)
* no more pending by recipient * fmt * address cargo audit
1 parent 396809d commit 3c090a8

6 files changed

Lines changed: 204 additions & 546 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ blake3 = "1.8"
6262
# Force patched version of bytes (RUSTSEC-2026-0007)
6363
bytes = "1.11.1"
6464

65+
# Force patched version of quinn-proto (RUSTSEC-2026-0037)
66+
quinn-proto = "0.11.14"
67+
6568
# Blockchain deps: align with chain workspace; use chain primitives for qp-dilithium-crypto so sp-* versions match
6669
codec = { package = "parity-scale-codec", version = "3.7", features = ["derive"] }
6770
sp-core = { version = "39.0.0" }

0 commit comments

Comments
 (0)