From bf7a3c0567d1fa399c165b70dd2526cef74fc9fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 14:36:34 +0000 Subject: [PATCH] build(deps): bump multiaddr from 0.17.1 to 0.18.2 Bumps [multiaddr](https://github.com/multiformats/rust-multiaddr) from 0.17.1 to 0.18.2. - [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/commits) --- updated-dependencies: - dependency-name: multiaddr dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 88 ++++++++++++++++++++++++++++++++++++++++-------------- Cargo.toml | 2 +- 2 files changed, 67 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8ee8eb03..c3bc2ad2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2387,7 +2387,7 @@ dependencies = [ "libp2p-core", "libp2p-dns", "libp2p-identify", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-kad", "libp2p-mdns", "libp2p-metrics", @@ -2400,7 +2400,7 @@ dependencies = [ "libp2p-tcp", "libp2p-websocket", "libp2p-yamux", - "multiaddr", + "multiaddr 0.17.1", "pin-project", ] @@ -2411,7 +2411,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50" dependencies = [ "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-swarm", "void", ] @@ -2423,7 +2423,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0" dependencies = [ "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-swarm", "void", ] @@ -2439,9 +2439,9 @@ dependencies = [ "futures", "futures-timer", "instant", - "libp2p-identity", + "libp2p-identity 0.1.3", "log", - "multiaddr", + "multiaddr 0.17.1", "multihash 0.17.0", "multistream-select", "once_cell", @@ -2481,7 +2481,7 @@ dependencies = [ "futures", "futures-timer", "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-swarm", "log", "lru", @@ -2501,7 +2501,7 @@ dependencies = [ "bs58 0.4.0", "ed25519-dalek", "log", - "multiaddr", + "multiaddr 0.17.1", "multihash 0.17.0", "quick-protobuf", "rand 0.8.5", @@ -2510,6 +2510,21 @@ dependencies = [ "zeroize", ] +[[package]] +name = "libp2p-identity" +version = "0.2.9" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "55cca1eb2bc1fd29f099f3daaab7effd01e1a54b7c577d0ed082521034d912e8" +dependencies = [ + "bs58 0.5.1", + "hkdf", + "multihash 0.19.1", + "quick-protobuf", + "sha2 0.10.8", + "thiserror", + "tracing", +] + [[package]] name = "libp2p-kad" version = "0.43.3" @@ -2525,7 +2540,7 @@ dependencies = [ "futures-timer", "instant", "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-swarm", "log", "quick-protobuf", @@ -2548,7 +2563,7 @@ dependencies = [ "futures", "if-watch", "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-swarm", "log", "rand 0.8.5", @@ -2601,7 +2616,7 @@ dependencies = [ "curve25519-dalek 3.2.0", "futures", "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "log", "once_cell", "quick-protobuf", @@ -2642,7 +2657,7 @@ dependencies = [ "futures-timer", "if-watch", "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-tls", "log", "parking_lot 0.12.3", @@ -2663,7 +2678,7 @@ dependencies = [ "futures", "instant", "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-swarm", "rand 0.8.5", "smallvec", @@ -2681,7 +2696,7 @@ dependencies = [ "futures-timer", "instant", "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "libp2p-swarm-derive", "log", "rand 0.8.5", @@ -2726,7 +2741,7 @@ dependencies = [ "futures", "futures-rustls", "libp2p-core", - "libp2p-identity", + "libp2p-identity 0.1.3", "rcgen", "ring 0.16.20", "rustls 0.20.9", @@ -2883,7 +2898,7 @@ dependencies = [ "libc", "libp2p", "mockall 0.13.0", - "multiaddr", + "multiaddr 0.18.2", "multihash 0.17.0", "network-interface", "nohash-hasher", @@ -3154,6 +3169,25 @@ dependencies = [ "url", ] +[[package]] +name = "multiaddr" +version = "0.18.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "fe6351f60b488e04c1d21bc69e56b89cb3f5e8f5d22557d6e8031bdfd79b6961" +dependencies = [ + "arrayref", + "byteorder", + "data-encoding", + "libp2p-identity 0.2.9", + "multibase", + "multihash 0.19.1", + "percent-encoding", + "serde", + "static_assertions", + "unsigned-varint 0.8.0", + "url", +] + [[package]] name = "multibase" version = "0.9.1" @@ -3195,6 +3229,16 @@ dependencies = [ "unsigned-varint 0.7.2", ] +[[package]] +name = "multihash" +version = "0.19.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "076d548d76a0e2a0d4ab471d0b1c36c577786dfc4471242035d97a12a735c492" +dependencies = [ + "core2", + "unsigned-varint 0.7.2", +] + [[package]] name = "multihash-derive" version = "0.8.1" @@ -4662,7 +4706,7 @@ dependencies = [ "async-trait", "futures", "futures-timer", - "libp2p-identity", + "libp2p-identity 0.1.3", "log", "mockall 0.11.4", "parking_lot 0.12.3", @@ -4785,7 +4829,7 @@ dependencies = [ "async-trait", "bitflags 1.3.2", "futures", - "libp2p-identity", + "libp2p-identity 0.1.3", "parity-scale-codec", "prost-build 0.11.9", "sc-consensus", @@ -5013,18 +5057,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" [[package]] name = "serde" -version = "1.0.203" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" +checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.203" +version = "1.0.210" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" +checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f" dependencies = [ "proc-macro2", "quote", diff --git a/Cargo.toml b/Cargo.toml index 53341116..15921cb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ hex-literal = "0.4.1" indexmap = { version = "2.0.0", features = ["std"] } libc = "0.2.158" mockall = "0.13.0" -multiaddr = "0.17.0" +multiaddr = "0.18.2" multihash = { version = "0.17.0", default-features = false, features = ["std", "multihash-impl", "identity", "sha2"] } network-interface = "1.1.1" parking_lot = "0.12.3"