From e6ced670cad39c46e43d11ba410420778941314a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 08:27:07 +0000 Subject: [PATCH] chore(deps): update libp2p requirement from 0.54.1 to 0.55.0 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.54.1...libp2p-v0.55.0) --- updated-dependencies: - dependency-name: libp2p dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c316667..a0baf51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ kameo_macros = { version = "0.14.0", path = "./macros", optional = true } dyn-clone = "1.0" futures = "0.3" internment = { version = "0.8.5", features = ["serde"], optional = true } -libp2p = { version = "0.54.1", features = ["cbor", "dns", "kad", "mdns", "macros", "quic", "request-response", "rsa", "serde", "tokio"], optional = true } +libp2p = { version = "0.55.0", features = ["cbor", "dns", "kad", "mdns", "macros", "quic", "request-response", "rsa", "serde", "tokio"], optional = true } libp2p-identity = { version = "0.2.9", features = ["rand", "rsa"], optional = true } linkme = { version= "0.3.28", optional = true } once_cell = "1.19"