Skip to content

Commit 6544dd4

Browse files
committed
upgrade to libp2p 0.51.3
1 parent b675df1 commit 6544dd4

File tree

9 files changed

+10
-10
lines changed

9 files changed

+10
-10
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/authority-discovery/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ codec = { package = "parity-scale-codec", version = "3.2.2", default-features =
2121
futures = "0.3.21"
2222
futures-timer = "3.0.1"
2323
ip_network = "0.4.1"
24-
libp2p = { version = "0.51.2", features = ["kad", "ed25519"] }
24+
libp2p = { version = "0.51.3", features = ["kad", "ed25519"] }
2525
log = "0.4.17"
2626
prost = "0.11"
2727
rand = "0.8.5"

client/network-gossip/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
ahash = "0.8.2"
1818
futures = "0.3.21"
1919
futures-timer = "3.0.1"
20-
libp2p = "0.51.2"
20+
libp2p = "0.51.3"
2121
log = "0.4.17"
2222
lru = "0.8.1"
2323
tracing = "0.1.29"

client/network/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fnv = "1.0.6"
2525
futures = "0.3.21"
2626
futures-timer = "3.0.2"
2727
ip_network = "0.4.1"
28-
libp2p = { version = "0.51.2", features = ["dns", "identify", "kad", "macros", "mdns", "mplex", "noise", "ping", "tcp", "tokio", "yamux", "websocket", "request-response"] }
28+
libp2p = { version = "0.51.3", features = ["dns", "identify", "kad", "macros", "mdns", "mplex", "noise", "ping", "tcp", "tokio", "yamux", "websocket", "request-response"] }
2929
linked_hash_set = "0.1.3"
3030
log = "0.4.17"
3131
lru = "0.8.1"

client/network/sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ async-trait = "0.1.58"
2121
codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] }
2222
futures = "0.3.21"
2323
futures-timer = "3.0.2"
24-
libp2p = "0.51.2"
24+
libp2p = "0.51.3"
2525
log = "0.4.17"
2626
lru = "0.8.1"
2727
mockall = "0.11.3"

client/network/test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ tokio = "1.22.0"
1717
async-trait = "0.1.57"
1818
futures = "0.3.21"
1919
futures-timer = "3.0.1"
20-
libp2p = "0.51.2"
20+
libp2p = "0.51.3"
2121
log = "0.4.17"
2222
parking_lot = "0.12.1"
2323
rand = "0.8.5"

client/network/transactions/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
array-bytes = "4.1"
1717
codec = { package = "parity-scale-codec", version = "3.2.2", features = ["derive"] }
1818
futures = "0.3.21"
19-
libp2p = "0.51.2"
19+
libp2p = "0.51.3"
2020
log = "0.4.17"
2121
pin-project = "1.0.12"
2222
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }

client/offchain/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ futures = "0.3.21"
2121
futures-timer = "3.0.2"
2222
hyper = { version = "0.14.16", features = ["stream", "http2"] }
2323
hyper-rustls = { version = "0.23.0", features = ["http2"] }
24-
libp2p = "0.51.2"
24+
libp2p = "0.51.3"
2525
num_cpus = "1.13"
2626
once_cell = "1.8"
2727
parking_lot = "0.12.1"

client/telemetry/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616
[dependencies]
1717
chrono = "0.4.19"
1818
futures = "0.3.21"
19-
libp2p = { version = "0.51.2", features = ["dns", "tcp", "tokio", "wasm-ext", "websocket"] }
19+
libp2p = { version = "0.51.3", features = ["dns", "tcp", "tokio", "wasm-ext", "websocket"] }
2020
log = "0.4.17"
2121
parking_lot = "0.12.1"
2222
pin-project = "1.0.12"

0 commit comments

Comments
 (0)