From 5196b03788688ecff214ce06689055a8e039679f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:55:34 +0000 Subject: [PATCH] Update libp2p requirement from 0.39 to 0.45 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.39.0...v0.45.0) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- simag_networking/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simag_networking/Cargo.toml b/simag_networking/Cargo.toml index b94f2b4..21981dd 100644 --- a/simag_networking/Cargo.toml +++ b/simag_networking/Cargo.toml @@ -13,7 +13,7 @@ config = "0.11" crossbeam = "0.8" dashmap = "4.0" env_logger = "0.9" -libp2p = { version = "0.39", features = [ +libp2p = { version = "0.45", features = [ "deflate", "identify", "kad",