mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-10 06:27:57 +00:00
Make sure we use libp2p 0.16.1 (#5017)
This commit is contained in:
@@ -28,7 +28,7 @@ derive_more = { version = "0.99.2" }
|
||||
sc-rpc = { version = "2.0.0", path = "../../../client/rpc" }
|
||||
jsonrpc-core-client = { version = "14.0.3", features = ["http"] }
|
||||
hyper = "0.12.35"
|
||||
libp2p = "0.16.0"
|
||||
libp2p = "0.16.1"
|
||||
serde_json = "1.0"
|
||||
|
||||
[features]
|
||||
|
||||
@@ -15,7 +15,7 @@ codec = { package = "parity-scale-codec", default-features = false, version = "1
|
||||
derive_more = "0.99.2"
|
||||
futures = "0.3.1"
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = { version = "0.16.0", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
|
||||
libp2p = { version = "0.16.1", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
|
||||
log = "0.4.8"
|
||||
prost = "0.6.1"
|
||||
rand = "0.7.2"
|
||||
|
||||
@@ -9,7 +9,7 @@ edition = "2018"
|
||||
[dependencies]
|
||||
futures = "0.3.1"
|
||||
futures-timer = "3.0.1"
|
||||
libp2p = { version = "0.16.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-websocket"] }
|
||||
log = "0.4.8"
|
||||
lru = "0.1.2"
|
||||
parking_lot = "0.10.0"
|
||||
|
||||
@@ -22,7 +22,7 @@ futures = "0.3.1"
|
||||
futures_codec = "0.3.3"
|
||||
futures-timer = "3.0.1"
|
||||
wasm-timer = "0.2"
|
||||
libp2p = { version = "0.16.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-websocket"] }
|
||||
linked-hash-map = "0.5.2"
|
||||
linked_hash_set = "0.1.3"
|
||||
log = "0.4.8"
|
||||
|
||||
@@ -14,7 +14,7 @@ futures = "0.1.29"
|
||||
futures03 = { package = "futures", version = "0.3.1", features = ["compat"] }
|
||||
futures-timer = "3.0.1"
|
||||
rand = "0.7.2"
|
||||
libp2p = { version = "0.16.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-websocket"] }
|
||||
sp-consensus = { version = "0.8", path = "../../../primitives/consensus/common" }
|
||||
sc-client = { version = "0.8", path = "../../" }
|
||||
sc-client-api = { version = "2.0.0", path = "../../api" }
|
||||
|
||||
@@ -9,7 +9,7 @@ edition = "2018"
|
||||
|
||||
[dependencies]
|
||||
futures = "0.3.1"
|
||||
libp2p = { version = "0.16.0", default-features = false }
|
||||
libp2p = { version = "0.16.1", default-features = false }
|
||||
log = "0.4.8"
|
||||
serde_json = "1.0.41"
|
||||
wasm-timer = "0.2"
|
||||
|
||||
@@ -12,7 +12,7 @@ parking_lot = "0.10.0"
|
||||
futures = "0.3.1"
|
||||
futures-timer = "3.0.1"
|
||||
wasm-timer = "0.2.0"
|
||||
libp2p = { version = "0.16.0", default-features = false, features = ["libp2p-websocket"] }
|
||||
libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-websocket"] }
|
||||
log = "0.4.8"
|
||||
pin-project = "0.4.6"
|
||||
rand = "0.7.2"
|
||||
|
||||
@@ -8,7 +8,7 @@ license = "GPL-3.0"
|
||||
|
||||
[dependencies]
|
||||
derive_more = "0.99.2"
|
||||
libp2p = { version = "0.16.0", default-features = false }
|
||||
libp2p = { version = "0.16.1", default-features = false }
|
||||
log = "0.4.8"
|
||||
sp-core = { path= "../../core" }
|
||||
sp-inherents = { version = "2.0.0", path = "../../inherents" }
|
||||
|
||||
@@ -10,7 +10,7 @@ license = "GPL-3.0"
|
||||
futures = "0.3"
|
||||
futures01 = { package = "futures", version = "0.1.29" }
|
||||
log = "0.4.8"
|
||||
libp2p = { version = "0.16.0", default-features = false }
|
||||
libp2p = { version = "0.16.1", default-features = false }
|
||||
console_error_panic_hook = "0.1.6"
|
||||
console_log = "0.1.2"
|
||||
js-sys = "0.3.34"
|
||||
|
||||
Reference in New Issue
Block a user