From 68f549c48a862b003bb49eb8e034db922f21b097 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 18:27:50 +0000 Subject: [PATCH] build(deps): Update arrayvec requirement from 0.5.1 to 0.7.2 Updates the requirements on [arrayvec](https://github.com/bluss/arrayvec) to permit the latest version. - [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.1...0.7.2) --- updated-dependencies: - dependency-name: arrayvec dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- protocols/kad/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/kad/Cargo.toml b/protocols/kad/Cargo.toml index 76bab545e7f..14977b807e4 100644 --- a/protocols/kad/Cargo.toml +++ b/protocols/kad/Cargo.toml @@ -11,7 +11,7 @@ keywords = ["peer-to-peer", "libp2p", "networking"] categories = ["network-programming", "asynchronous"] [dependencies] -arrayvec = "0.5.1" +arrayvec = "0.7.2" bytes = "1" either = "1.5" fnv = "1.0"