Skip to content

Commit eccc28e

Browse files
altonenbkchr
andauthored
Upgrade libp2p-identity to 0.1.3 (paritytech#1204)
Co-authored-by: Bastian Köcher <[email protected]>
1 parent 60bfa11 commit eccc28e

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

substrate/client/cli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ chrono = "0.4.10"
1818
clap = { version = "4.2.5", features = ["derive", "string"] }
1919
fdlimit = "0.2.1"
2020
futures = "0.3.21"
21-
libp2p-identity = { version = "0.1.2", features = ["peerid", "ed25519"]}
21+
libp2p-identity = { version = "0.1.3", features = ["peerid", "ed25519"]}
2222
log = "0.4.17"
2323
names = { version = "0.13.0", default-features = false }
2424
parity-scale-codec = "3.6.1"

substrate/client/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
async-trait = "0.1.57"
1717
futures = { version = "0.3.21", features = ["thread-pool"] }
1818
futures-timer = "3.0.1"
19-
libp2p-identity = { version = "0.1.2", features = ["peerid", "ed25519"] }
19+
libp2p-identity = { version = "0.1.3", features = ["peerid", "ed25519"] }
2020
log = "0.4.17"
2121
mockall = "0.11.3"
2222
parking_lot = "0.12.1"

substrate/client/network/bitswap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ prost-build = "0.11"
1919
async-channel = "1.8.0"
2020
cid = "0.9.0"
2121
futures = "0.3.21"
22-
libp2p-identity = { version = "0.1.2", features = ["peerid"] }
22+
libp2p-identity = { version = "0.1.3", features = ["peerid"] }
2323
log = "0.4.17"
2424
prost = "0.11"
2525
thiserror = "1.0"

substrate/client/network/common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = [
2222
"derive",
2323
] }
2424
futures = "0.3.21"
25-
libp2p-identity = { version = "0.1.2", features = ["peerid"] }
25+
libp2p-identity = { version = "0.1.3", features = ["peerid"] }
2626
sc-consensus = { path = "../../consensus/common" }
2727
sp-consensus = { path = "../../../primitives/consensus/common" }
2828
sp-consensus-grandpa = { path = "../../../primitives/consensus/grandpa" }

substrate/client/network/light/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", features = [
2222
"derive",
2323
] }
2424
futures = "0.3.21"
25-
libp2p-identity = { version = "0.1.2", features = ["peerid"] }
25+
libp2p-identity = { version = "0.1.3", features = ["peerid"] }
2626
log = "0.4.16"
2727
prost = "0.11"
2828
sp-blockchain = { path = "../../../primitives/blockchain" }

0 commit comments

Comments
 (0)