Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit a364e27

Browse files
authored
*: Update to libp2p v0.31.2 (#7658)
1 parent f4d4244 commit a364e27

File tree

9 files changed

+15
-15
lines changed

9 files changed

+15
-15
lines changed

Cargo.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/authority-discovery/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ derive_more = "0.99.2"
2323
either = "1.5.3"
2424
futures = "0.3.4"
2525
futures-timer = "3.0.1"
26-
libp2p = { version = "0.31.1", default-features = false, features = ["kad"] }
26+
libp2p = { version = "0.31.2", default-features = false, features = ["kad"] }
2727
log = "0.4.8"
2828
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../utils/prometheus", version = "0.8.0"}
2929
prost = "0.6.1"

client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ansi_term = "0.12.1"
2121
tokio = { version = "0.2.21", features = [ "signal", "rt-core", "rt-threaded", "blocking" ] }
2222
futures = "0.3.4"
2323
fdlimit = "0.2.1"
24-
libp2p = "0.31.1"
24+
libp2p = "0.31.2"
2525
parity-scale-codec = "1.3.0"
2626
hex = "0.4.2"
2727
rand = "0.7.3"

client/network-gossip/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1717
[dependencies]
1818
futures = "0.3.4"
1919
futures-timer = "3.0.1"
20-
libp2p = { version = "0.31.1", default-features = false }
20+
libp2p = { version = "0.31.2", default-features = false }
2121
log = "0.4.8"
2222
lru = "0.6.1"
2323
sc-network = { version = "0.8.0", path = "../network" }

client/network/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ wasm-timer = "0.2"
6464
zeroize = "1.0.0"
6565

6666
[dependencies.libp2p]
67-
version = "0.31.1"
67+
version = "0.31.2"
6868
default-features = false
6969
features = ["identify", "kad", "mdns-async-std", "mplex", "noise", "ping", "request-response", "tcp-async-std", "websocket", "yamux"]
7070

7171
[dev-dependencies]
7272
assert_matches = "1.3"
73-
libp2p = { version = "0.31.1", default-features = false }
73+
libp2p = { version = "0.31.2", default-features = false }
7474
quickcheck = "0.9.0"
7575
rand = "0.7.2"
7676
sp-keyring = { version = "2.0.0", path = "../../primitives/keyring" }

client/network/test/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parking_lot = "0.10.0"
1919
futures = "0.3.4"
2020
futures-timer = "3.0.1"
2121
rand = "0.7.2"
22-
libp2p = { version = "0.31.1", default-features = false }
22+
libp2p = { version = "0.31.2", default-features = false }
2323
sp-consensus = { version = "0.8.0", path = "../../../primitives/consensus/common" }
2424
sc-consensus = { version = "0.8.0", path = "../../../client/consensus/common" }
2525
sc-client-api = { version = "2.0.0", path = "../../api" }

client/peerset/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616

1717
[dependencies]
1818
futures = "0.3.4"
19-
libp2p = { version = "0.31.1", default-features = false }
19+
libp2p = { version = "0.31.2", default-features = false }
2020
sp-utils = { version = "2.0.0", path = "../../primitives/utils"}
2121
log = "0.4.8"
2222
serde_json = "1.0.41"

client/telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ parking_lot = "0.10.0"
1919
futures = "0.3.4"
2020
futures-timer = "3.0.1"
2121
wasm-timer = "0.2.5"
22-
libp2p = { version = "0.31.1", default-features = false, features = ["dns", "tcp-async-std", "wasm-ext", "websocket"] }
22+
libp2p = { version = "0.31.2", default-features = false, features = ["dns", "tcp-async-std", "wasm-ext", "websocket"] }
2323
log = "0.4.8"
2424
pin-project = "0.4.6"
2525
rand = "0.7.2"

primitives/consensus/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
1616

1717
[dependencies]
1818
thiserror = "1.0.21"
19-
libp2p = { version = "0.31.1", default-features = false }
19+
libp2p = { version = "0.31.2", default-features = false }
2020
log = "0.4.8"
2121
sp-core = { path= "../../core", version = "2.0.0"}
2222
sp-inherents = { version = "2.0.0", path = "../../inherents" }

0 commit comments

Comments
 (0)