mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 22:05:42 +00:00
Update to libp2p 0.16.2 (#5088)
This commit is contained in:
Generated
+13
-24
@@ -2602,9 +2602,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libp2p"
|
name = "libp2p"
|
||||||
version = "0.16.1"
|
version = "0.16.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f6bf152b510950e1030f2d3dcca5f0b4017892be50348a15fd3eec8b90c826fb"
|
checksum = "bba17ee9cac4bb89de5812159877d9b4f0a993bf41697a5a875940cd1eb71f24"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytes 0.5.4",
|
"bytes 0.5.4",
|
||||||
"futures 0.3.4",
|
"futures 0.3.4",
|
||||||
@@ -2763,9 +2763,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libp2p-kad"
|
name = "libp2p-kad"
|
||||||
version = "0.16.1"
|
version = "0.16.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "76c260a92309112fff855ab2bd8f26c246c1dd380b87021abe61358dedb9748d"
|
checksum = "464dc8412978d40f0286be72ed9ab5e0e1386a4a06e7f174526739b5c3c1f041"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"arrayvec 0.5.1",
|
"arrayvec 0.5.1",
|
||||||
"bytes 0.5.4",
|
"bytes 0.5.4",
|
||||||
@@ -2828,11 +2828,11 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libp2p-noise"
|
name = "libp2p-noise"
|
||||||
version = "0.16.0"
|
version = "0.16.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "ac7d33809afdf6794f09fdb2f9f94e1550ae230be5bae6430a078eb96fc9e5a6"
|
checksum = "b15a8a3d71f898beb6f854c8aae27aa1d198e0d1f2e49412261c2d90ef39675a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"curve25519-dalek 1.2.3",
|
"curve25519-dalek 2.0.0",
|
||||||
"futures 0.3.4",
|
"futures 0.3.4",
|
||||||
"lazy_static",
|
"lazy_static",
|
||||||
"libp2p-core",
|
"libp2p-core",
|
||||||
@@ -2843,7 +2843,7 @@ dependencies = [
|
|||||||
"sha2",
|
"sha2",
|
||||||
"snow",
|
"snow",
|
||||||
"static_assertions",
|
"static_assertions",
|
||||||
"x25519-dalek 0.5.2",
|
"x25519-dalek",
|
||||||
"zeroize 1.1.0",
|
"zeroize 1.1.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
@@ -2967,9 +2967,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libp2p-wasm-ext"
|
name = "libp2p-wasm-ext"
|
||||||
version = "0.16.1"
|
version = "0.16.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7d40c95ac1a9b7fb7770616e4165f34559885337f3be485b32acdd085261be3a"
|
checksum = "923581c055bc4b8c5f42d4ce5ef43e52fe5216f1ea4bc26476cb8a966ce6220b"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.4",
|
"futures 0.3.4",
|
||||||
"js-sys",
|
"js-sys",
|
||||||
@@ -3002,9 +3002,9 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libp2p-yamux"
|
name = "libp2p-yamux"
|
||||||
version = "0.16.0"
|
version = "0.16.2"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f72aa5a7273c29c6eaea09108a49feaefc7456164863f64f86a193f9e78a4b7f"
|
checksum = "9dac30de24ccde0e67f363d71a125c587bbe6589503f664947e9b084b68a34f1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"futures 0.3.4",
|
"futures 0.3.4",
|
||||||
"libp2p-core",
|
"libp2p-core",
|
||||||
@@ -6826,7 +6826,7 @@ dependencies = [
|
|||||||
"rustc_version",
|
"rustc_version",
|
||||||
"sha2",
|
"sha2",
|
||||||
"subtle 2.2.2",
|
"subtle 2.2.2",
|
||||||
"x25519-dalek 0.6.0",
|
"x25519-dalek",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
@@ -9083,17 +9083,6 @@ dependencies = [
|
|||||||
"winapi-build",
|
"winapi-build",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "x25519-dalek"
|
|
||||||
version = "0.5.2"
|
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
||||||
checksum = "7ee1585dc1484373cbc1cee7aafda26634665cf449436fd6e24bfd1fad230538"
|
|
||||||
dependencies = [
|
|
||||||
"clear_on_drop",
|
|
||||||
"curve25519-dalek 1.2.3",
|
|
||||||
"rand_core 0.3.1",
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "x25519-dalek"
|
name = "x25519-dalek"
|
||||||
version = "0.6.0"
|
version = "0.6.0"
|
||||||
|
|||||||
@@ -30,7 +30,7 @@ derive_more = { version = "0.99.2" }
|
|||||||
sc-rpc = { version = "2.0.0-alpha.2", path = "../../../client/rpc" }
|
sc-rpc = { version = "2.0.0-alpha.2", path = "../../../client/rpc" }
|
||||||
jsonrpc-core-client = { version = "14.0.3", features = ["http"] }
|
jsonrpc-core-client = { version = "14.0.3", features = ["http"] }
|
||||||
hyper = "0.12.35"
|
hyper = "0.12.35"
|
||||||
libp2p = "0.16.1"
|
libp2p = "0.16.2"
|
||||||
serde_json = "1.0"
|
serde_json = "1.0"
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ codec = { package = "parity-scale-codec", default-features = false, version = "1
|
|||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
libp2p = { version = "0.16.1", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
|
libp2p = { version = "0.16.2", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
prost = "0.6.1"
|
prost = "0.6.1"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
|
|||||||
@@ -13,7 +13,7 @@ documentation = "https://docs.rs/sc-network-gossip"
|
|||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-websocket"] }
|
libp2p = { version = "0.16.2", default-features = false, features = ["libp2p-websocket"] }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
lru = "0.4.3"
|
lru = "0.4.3"
|
||||||
parking_lot = "0.10.0"
|
parking_lot = "0.10.0"
|
||||||
|
|||||||
@@ -26,7 +26,7 @@ futures = "0.3.1"
|
|||||||
futures_codec = "0.3.3"
|
futures_codec = "0.3.3"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
wasm-timer = "0.2"
|
wasm-timer = "0.2"
|
||||||
libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-websocket"] }
|
libp2p = { version = "0.16.2", default-features = false, features = ["libp2p-websocket"] }
|
||||||
linked-hash-map = "0.5.2"
|
linked-hash-map = "0.5.2"
|
||||||
linked_hash_set = "0.1.3"
|
linked_hash_set = "0.1.3"
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ parking_lot = "0.10.0"
|
|||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-websocket"] }
|
libp2p = { version = "0.16.2", default-features = false, features = ["libp2p-websocket"] }
|
||||||
sp-consensus = { version = "0.8.0-alpha.2", path = "../../../primitives/consensus/common" }
|
sp-consensus = { version = "0.8.0-alpha.2", path = "../../../primitives/consensus/common" }
|
||||||
sc-client = { version = "0.8.0-alpha.2", path = "../../" }
|
sc-client = { version = "0.8.0-alpha.2", path = "../../" }
|
||||||
sc-client-api = { version = "2.0.0-alpha.2", path = "../../api" }
|
sc-client-api = { version = "2.0.0-alpha.2", path = "../../api" }
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/sc-peerset"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
libp2p = { version = "0.16.1", default-features = false }
|
libp2p = { version = "0.16.2", default-features = false }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
serde_json = "1.0.41"
|
serde_json = "1.0.41"
|
||||||
wasm-timer = "0.2"
|
wasm-timer = "0.2"
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ parking_lot = "0.10.0"
|
|||||||
futures = "0.3.1"
|
futures = "0.3.1"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
wasm-timer = "0.2.0"
|
wasm-timer = "0.2.0"
|
||||||
libp2p = { version = "0.16.1", default-features = false, features = ["libp2p-websocket"] }
|
libp2p = { version = "0.16.2", default-features = false, features = ["libp2p-websocket"] }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
pin-project = "0.4.6"
|
pin-project = "0.4.6"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ documentation = "https://docs.rs/sp-consensus/"
|
|||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
derive_more = "0.99.2"
|
derive_more = "0.99.2"
|
||||||
libp2p = { version = "0.16.1", default-features = false }
|
libp2p = { version = "0.16.2", default-features = false }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
sp-core = { path= "../../core" , version = "2.0.0-alpha.2"}
|
sp-core = { path= "../../core" , version = "2.0.0-alpha.2"}
|
||||||
sp-inherents = { version = "2.0.0-alpha.2", path = "../../inherents" }
|
sp-inherents = { version = "2.0.0-alpha.2", path = "../../inherents" }
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
|
|||||||
futures = "0.3"
|
futures = "0.3"
|
||||||
futures01 = { package = "futures", version = "0.1.29" }
|
futures01 = { package = "futures", version = "0.1.29" }
|
||||||
log = "0.4.8"
|
log = "0.4.8"
|
||||||
libp2p = { version = "0.16.1", default-features = false }
|
libp2p = { version = "0.16.2", default-features = false }
|
||||||
console_error_panic_hook = "0.1.6"
|
console_error_panic_hook = "0.1.6"
|
||||||
console_log = "0.1.2"
|
console_log = "0.1.2"
|
||||||
js-sys = "0.3.34"
|
js-sys = "0.3.34"
|
||||||
|
|||||||
Reference in New Issue
Block a user