From aef4558d0822dd1370ae5d1e45233e3243666d68 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 13 Jul 2021 15:40:58 +0000 Subject: [PATCH] Update libp2p requirement from 0.22.0 to 0.39.1 Updates the requirements on [libp2p](https://github.com/libp2p/rust-libp2p) to permit the latest version. - [Release notes](https://github.com/libp2p/rust-libp2p/releases) - [Changelog](https://github.com/libp2p/rust-libp2p/blob/master/CHANGELOG.md) - [Commits](https://github.com/libp2p/rust-libp2p/compare/v0.22.0...v0.39.1) Signed-off-by: dependabot-preview[bot] --- artillery-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artillery-core/Cargo.toml b/artillery-core/Cargo.toml index 0579069..a0bba69 100644 --- a/artillery-core/Cargo.toml +++ b/artillery-core/Cargo.toml @@ -25,7 +25,7 @@ rand = "0.7.3" mio = { version = "0.7.0", features = ["os-poll", "udp"] } futures = "0.3.5" pin-utils = "0.1.0" -libp2p = { version = "0.22.0", default-features = false, features = ["mdns"] } +libp2p = { version = "0.39.1", default-features = false, features = ["mdns"] } bastion-executor = "0.3.5" lightproc = "0.3.5" crossbeam-channel = "0.4.2"