diff --git a/Cargo.lock b/Cargo.lock index 3d5f70c9a7..78e03a6c64 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6990,7 +6990,7 @@ dependencies = [ name = "polkadot-statement-distribution" version = "0.9.12" dependencies = [ - "arrayvec 0.5.2", + "arrayvec 0.7.0", "assert_matches", "derive_more", "futures 0.3.17", diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index d5b76fff9a..f12db68a85 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -15,7 +15,7 @@ polkadot-subsystem = { package = "polkadot-node-subsystem", path = "../../subsys polkadot-node-primitives = { path = "../../primitives" } polkadot-node-subsystem-util = { path = "../../subsystem-util" } polkadot-node-network-protocol = { path = "../../network/protocol" } -arrayvec = "0.5.2" +arrayvec = "0.7.0" indexmap = "1.7.0" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } derive_more = "0.99.11"