Skip to content

Commit ee11922

Browse files
build(deps): Update multiaddr requirement from 0.12.0 to 0.13.0 (#2129)
* build(deps): Update multiaddr requirement from 0.12.0 to 0.13.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](multiformats/rust-multiaddr@v0.12.0...v0.13.0) --- updated-dependencies: - dependency-name: multiaddr dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * build(deps): Update multihash requirement from 0.13 to 0.14 Updates the requirements on [multihash](https://github.com/multiformats/rust-multihash) to permit the latest version. - [Release notes](https://github.com/multiformats/rust-multihash/releases) - [Commits](multiformats/rust-multihash@v0.13.0...v0.14.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <[email protected]>
1 parent a368ee3 commit ee11922

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ libp2p-swarm-derive = { version = "0.23.0", path = "swarm-derive" }
8181
libp2p-uds = { version = "0.29.0", path = "transports/uds", optional = true }
8282
libp2p-wasm-ext = { version = "0.29.0", path = "transports/wasm-ext", default-features = false, optional = true }
8383
libp2p-yamux = { version = "0.33.0", path = "muxers/yamux", optional = true }
84-
multiaddr = { version = "0.12.0" }
84+
multiaddr = { version = "0.13.0" }
8585
parking_lot = "0.11.0"
8686
pin-project = "1.0.0"
8787
smallvec = "1.6.1"

core/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ futures-timer = "3"
2020
lazy_static = "1.2"
2121
libsecp256k1 = { version = "0.5.0", optional = true }
2222
log = "0.4"
23-
multiaddr = { version = "0.12.0" }
24-
multihash = { version = "0.13", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
23+
multiaddr = { version = "0.13.0" }
24+
multihash = { version = "0.14", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] }
2525
multistream-select = { version = "0.10", path = "../misc/multistream-select" }
2626
parking_lot = "0.11.0"
2727
pin-project = "1.0.0"
@@ -45,7 +45,7 @@ criterion = "0.3"
4545
libp2p-mplex = { path = "../muxers/mplex" }
4646
libp2p-noise = { path = "../transports/noise" }
4747
libp2p-tcp = { path = "../transports/tcp" }
48-
multihash = { version = "0.13", default-features = false, features = ["arb"] }
48+
multihash = { version = "0.14", default-features = false, features = ["arb"] }
4949
quickcheck = "0.9.0"
5050
wasm-timer = "0.2"
5151

0 commit comments

Comments
 (0)