From 9d3981f2e07916a1f79b501b306ba99dd3a1710d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 23:09:33 +0000 Subject: [PATCH] Bump arrayvec from 0.5.2 to 0.7.2 Bumps [arrayvec](https://github.com/bluss/arrayvec) from 0.5.2 to 0.7.2. - [Release notes](https://github.com/bluss/arrayvec/releases) - [Changelog](https://github.com/bluss/arrayvec/blob/master/CHANGELOG.md) - [Commits](https://github.com/bluss/arrayvec/compare/0.5.2...0.7.2) --- updated-dependencies: - dependency-name: arrayvec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 2 +- node/network/statement-distribution/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a3a6e06078..0bed67f0f4b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7063,7 +7063,7 @@ dependencies = [ name = "polkadot-statement-distribution" version = "0.9.13" dependencies = [ - "arrayvec 0.5.2", + "arrayvec 0.7.2", "assert_matches", "derive_more", "futures 0.3.19", diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index add65e923cf..f8b93749a9f 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.2" indexmap = "1.7.0" parity-scale-codec = { version = "2.3.1", default-features = false, features = ["derive"] } derive_more = "0.99.17"