From 6131de1f241a0507e58500734f5a695c7a7a6d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jun 2022 14:03:06 +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 4adee3aae4c4..b8c3eeca4cd3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7394,7 +7394,7 @@ dependencies = [ name = "polkadot-statement-distribution" version = "0.9.23" dependencies = [ - "arrayvec 0.5.2", + "arrayvec 0.7.2", "assert_matches", "fatality", "futures 0.3.21", diff --git a/node/network/statement-distribution/Cargo.toml b/node/network/statement-distribution/Cargo.toml index 15f8cb585343..c367a7860bcc 100644 --- a/node/network/statement-distribution/Cargo.toml +++ b/node/network/statement-distribution/Cargo.toml @@ -15,7 +15,7 @@ polkadot-node-subsystem = {path = "../../subsystem" } 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.8.1" parity-scale-codec = { version = "3.1.2", default-features = false, features = ["derive"] } thiserror = "1.0.31"