From 70a52ff04856e6243e5aec544cbdd361e19e8e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:12:33 +0000 Subject: [PATCH] Update libp2p requirement from 0.39 to 0.48 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.48.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..4f469a9 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.48", features = [ "deflate", "identify", "kad",