From 03fda4e7c176933651b0e55f4ca0f71b692ee1b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Oct 2022 11:12:13 +0000 Subject: [PATCH] build(deps): Update multiaddr requirement from 0.14.0 to 0.15.0 Updates the requirements on [multiaddr](https://github.com/multiformats/rust-multiaddr) to permit the latest version. - [Release notes](https://github.com/multiformats/rust-multiaddr/releases) - [Changelog](https://github.com/multiformats/rust-multiaddr/blob/master/CHANGELOG.md) - [Commits](https://github.com/multiformats/rust-multiaddr/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: multiaddr dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- core/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 53922f38f969..268cfad42496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -106,7 +106,7 @@ libp2p-swarm-derive = { version = "0.30.1", path = "swarm-derive" } libp2p-uds = { version = "0.36.0", path = "transports/uds", optional = true } libp2p-wasm-ext = { version = "0.37.0", path = "transports/wasm-ext", optional = true } libp2p-yamux = { version = "0.41.0", path = "muxers/yamux", optional = true } -multiaddr = { version = "0.14.0" } +multiaddr = { version = "0.15.0" } parking_lot = "0.12.0" pin-project = "1.0.0" smallvec = "1.6.1" diff --git a/core/Cargo.toml b/core/Cargo.toml index 027cd6bd8246..bf0c7686ad58 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ instant = "0.1.11" lazy_static = "1.2" libsecp256k1 = { version = "0.7.0", optional = true } log = "0.4" -multiaddr = { version = "0.14.0" } +multiaddr = { version = "0.15.0" } multihash = { version = "0.16", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] } multistream-select = { version = "0.12", path = "../misc/multistream-select" } p256 = { version = "0.11.1", default-features = false, features = ["ecdsa"], optional = true }