From f6416f9c6f4c966ff2a2a05bff77e794520a5ee6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 11:09:47 +0000 Subject: [PATCH] Update libp2p requirement from 0.39 to 0.44 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.44.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..c80e296 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.44", features = [ "deflate", "identify", "kad",