mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 19:21:13 +00:00
Upgrade pin-project (#12426)
This fixes some warnings on latest nightly.
This commit is contained in:
@@ -32,7 +32,7 @@ linked-hash-map = "0.5.4"
|
||||
log = "0.4.17"
|
||||
lru = "0.7.5"
|
||||
parking_lot = "0.12.1"
|
||||
pin-project = "1.0.10"
|
||||
pin-project = "1.0.12"
|
||||
prost = "0.11"
|
||||
rand = "0.7.2"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
|
||||
@@ -20,7 +20,7 @@ futures = "0.3.21"
|
||||
hex = "0.4.0"
|
||||
libp2p = "0.46.1"
|
||||
log = "0.4.17"
|
||||
pin-project = "1.0.10"
|
||||
pin-project = "1.0.12"
|
||||
prometheus-endpoint = { package = "substrate-prometheus-endpoint", version = "0.10.0-dev", path = "../../../utils/prometheus" }
|
||||
sc-network-common = { version = "0.10.0-dev", path = "../common" }
|
||||
sc-peerset = { version = "4.0.0-dev", path = "../../peerset" }
|
||||
|
||||
@@ -31,7 +31,7 @@ parking_lot = "0.12.1"
|
||||
log = "0.4.17"
|
||||
futures-timer = "3.0.1"
|
||||
exit-future = "0.2.0"
|
||||
pin-project = "1.0.10"
|
||||
pin-project = "1.0.12"
|
||||
hash-db = "0.15.2"
|
||||
serde = "1.0.136"
|
||||
serde_json = "1.0.85"
|
||||
|
||||
@@ -19,7 +19,7 @@ futures = "0.3.21"
|
||||
libp2p = { version = "0.46.1", default-features = false, features = ["dns-async-std", "tcp-async-io", "wasm-ext", "websocket"] }
|
||||
log = "0.4.17"
|
||||
parking_lot = "0.12.1"
|
||||
pin-project = "1.0.10"
|
||||
pin-project = "1.0.12"
|
||||
rand = "0.7.2"
|
||||
serde = { version = "1.0.136", features = ["derive"] }
|
||||
serde_json = "1.0.85"
|
||||
|
||||
Reference in New Issue
Block a user