Skip to content

Commit

Permalink
Bridges update subtree (paritytech#2625)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkontur committed Dec 5, 2023
1 parent 8994700 commit 1cc8a95
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions substrate/client/authority-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ futures-timer = "3.0.1"
ip_network = "0.4.1"
libp2p = { version = "0.51.3", features = ["ed25519", "kad"] }
multihash = { version = "0.18.1", default-features = false, features = [
"sha2",
"std",
"sha2",
"std",
] }
log = "0.4.17"
prost = "0.11"
Expand All @@ -41,9 +41,9 @@ sp-keystore = { path = "../../primitives/keystore" }
sp-runtime = { path = "../../primitives/runtime" }
async-trait = "0.1.56"
multihash-codetable = { version = "0.1.1", features = [
"serde",
"sha2",
"digest",
"digest",
"serde",
"sha2",
] }

[dev-dependencies]
Expand Down

0 comments on commit 1cc8a95

Please sign in to comment.