diff --git a/Cargo.lock b/Cargo.lock index 12b8011d9..3c44c39a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4579,7 +4579,7 @@ dependencies = [ name = "infrablockspace-statement-distribution" version = "0.9.37" dependencies = [ - "arrayvec 0.5.2", + "arrayvec 0.7.2", "assert_matches", "fatality", "futures", diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 8cf49af0e..4403dd1ac 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -15,7 +15,7 @@ infrablockspace-node-subsystem = {path = "../../subsystem" } infrablockspace-node-primitives = { path = "../../primitives" } infrablockspace-node-subsystem-util = { path = "../../subsystem-util" } infrablockspace-node-network-protocol = { path = "../../network/protocol" } -arrayvec = "0.5.2" +arrayvec = "0.7.2" indexmap = "1.9.1" parity-scale-codec = { version = "3.3.0", default-features = false, features = ["derive"] } thiserror = "1.0.31"