Skip to content

Commit

Permalink
Update to libp2p 0.16.2 (paritytech#5088)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored and General-Beck committed Mar 4, 2020
1 parent c0d56ec commit cc7142c
Show file tree
Hide file tree
Showing 10 changed files with 22 additions and 33 deletions.
37 changes: 13 additions & 24 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/utils/subkey/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ derive_more = { version = "0.99.2" }
sc-rpc = { version = "2.0.0-alpha.2", path = "../../../client/rpc" }
jsonrpc-core-client = { version = "14.0.3", features = ["http"] }
hyper = "0.12.35"
libp2p = "0.16.1"
libp2p = "0.16.2"
serde_json = "1.0"

[features]
Expand Down
2 changes: 1 addition & 1 deletion client/authority-discovery/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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.1", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
libp2p = { version = "0.16.2", default-features = false, features = ["secp256k1", "libp2p-websocket"] }
log = "0.4.8"
prost = "0.6.1"
rand = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion client/network-gossip/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ documentation = "https://docs.rs/sc-network-gossip"
[dependencies]
futures = "0.3.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"
lru = "0.4.3"
parking_lot = "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion client/network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ futures = "0.3.1"
futures_codec = "0.3.3"
futures-timer = "3.0.1"
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_set = "0.1.3"
log = "0.4.8"
Expand Down
2 changes: 1 addition & 1 deletion client/network/test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parking_lot = "0.10.0"
futures = "0.3.1"
futures-timer = "3.0.1"
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" }
sc-client = { version = "0.8.0-alpha.2", path = "../../" }
sc-client-api = { version = "2.0.0-alpha.2", path = "../../api" }
Expand Down
2 changes: 1 addition & 1 deletion client/peerset/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/sc-peerset"

[dependencies]
futures = "0.3.1"
libp2p = { version = "0.16.1", default-features = false }
libp2p = { version = "0.16.2", default-features = false }
log = "0.4.8"
serde_json = "1.0.41"
wasm-timer = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion client/telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ parking_lot = "0.10.0"
futures = "0.3.1"
futures-timer = "3.0.1"
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"
pin-project = "0.4.6"
rand = "0.7.2"
Expand Down
2 changes: 1 addition & 1 deletion primitives/consensus/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ documentation = "https://docs.rs/sp-consensus/"

[dependencies]
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"
sp-core = { path= "../../core" , version = "2.0.0-alpha.2"}
sp-inherents = { version = "2.0.0-alpha.2", path = "../../inherents" }
Expand Down
2 changes: 1 addition & 1 deletion utils/browser/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/paritytech/substrate/"
futures = "0.3"
futures01 = { package = "futures", version = "0.1.29" }
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_log = "0.1.2"
js-sys = "0.3.34"
Expand Down

0 comments on commit cc7142c

Please sign in to comment.