mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 08:11:04 +00:00
Update schnorrkel to 0.11.4 (#2524)
This commit is contained in:
@@ -24,7 +24,7 @@ codec = { package = "parity-scale-codec", version = "3.6.1", default-features =
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
ip_network = "0.4.1"
|
||||
libp2p = { version = "0.51.3", features = ["ed25519", "kad"] }
|
||||
libp2p = { version = "0.51.4", features = ["ed25519", "kad"] }
|
||||
multihash = { version = "0.18.1", default-features = false, features = [
|
||||
"sha2",
|
||||
"std",
|
||||
|
||||
@@ -20,7 +20,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
ahash = "0.8.2"
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = "0.51.3"
|
||||
libp2p = "0.51.4"
|
||||
log = "0.4.17"
|
||||
schnellru = "0.2.1"
|
||||
tracing = "0.1.29"
|
||||
|
||||
@@ -28,7 +28,7 @@ fnv = "1.0.6"
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
ip_network = "0.4.1"
|
||||
libp2p = { version = "0.51.3", features = ["dns", "identify", "kad", "macros", "mdns", "noise", "ping", "request-response", "tcp", "tokio", "websocket", "yamux"] }
|
||||
libp2p = { version = "0.51.4", features = ["dns", "identify", "kad", "macros", "mdns", "noise", "ping", "request-response", "tcp", "tokio", "websocket", "yamux"] }
|
||||
linked_hash_set = "0.1.3"
|
||||
log = "0.4.17"
|
||||
mockall = "0.11.3"
|
||||
|
||||
@@ -20,7 +20,7 @@ array-bytes = "6.1"
|
||||
async-channel = "1.8.0"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
libp2p = "0.51.3"
|
||||
libp2p = "0.51.4"
|
||||
log = "0.4.17"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" }
|
||||
sc-network-common = { path = "../common" }
|
||||
|
||||
@@ -25,7 +25,7 @@ async-trait = "0.1.74"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
libp2p = "0.51.3"
|
||||
libp2p = "0.51.4"
|
||||
log = "0.4.17"
|
||||
mockall = "0.11.3"
|
||||
prost = "0.11"
|
||||
|
||||
@@ -20,7 +20,7 @@ tokio = "1.22.0"
|
||||
async-trait = "0.1.74"
|
||||
futures = "0.3.21"
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = "0.51.3"
|
||||
libp2p = "0.51.4"
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.1"
|
||||
rand = "0.8.5"
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
array-bytes = "6.1"
|
||||
codec = { package = "parity-scale-codec", version = "3.6.1", features = ["derive"] }
|
||||
futures = "0.3.21"
|
||||
libp2p = "0.51.3"
|
||||
libp2p = "0.51.4"
|
||||
log = "0.4.17"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", path = "../../../utils/prometheus" }
|
||||
sc-network = { path = ".." }
|
||||
|
||||
@@ -24,7 +24,7 @@ futures = "0.3.21"
|
||||
futures-timer = "3.0.2"
|
||||
hyper = { version = "0.14.16", features = ["http2", "stream"] }
|
||||
hyper-rustls = { version = "0.24.0", features = ["http2"] }
|
||||
libp2p = "0.51.3"
|
||||
libp2p = "0.51.4"
|
||||
num_cpus = "1.13"
|
||||
once_cell = "1.8"
|
||||
parking_lot = "0.12.1"
|
||||
|
||||
@@ -19,7 +19,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
[dependencies]
|
||||
chrono = "0.4.27"
|
||||
futures = "0.3.21"
|
||||
libp2p = { version = "0.51.3", features = ["dns", "tcp", "tokio", "wasm-ext", "websocket"] }
|
||||
libp2p = { version = "0.51.4", features = ["dns", "tcp", "tokio", "wasm-ext", "websocket"] }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.1"
|
||||
pin-project = "1.0.12"
|
||||
|
||||
Reference in New Issue
Block a user