mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-24 15:55:49 +00:00
Upgrade pin-project (#12426)
This fixes some warnings on latest nightly.
This commit is contained in:
Generated
+4
-4
@@ -6805,18 +6805,18 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project"
|
name = "pin-project"
|
||||||
version = "1.0.10"
|
version = "1.0.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
|
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"pin-project-internal",
|
"pin-project-internal",
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pin-project-internal"
|
name = "pin-project-internal"
|
||||||
version = "1.0.10"
|
version = "1.0.12"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
|
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"proc-macro2",
|
"proc-macro2",
|
||||||
"quote",
|
"quote",
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ linked-hash-map = "0.5.4"
|
|||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
lru = "0.7.5"
|
lru = "0.7.5"
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
pin-project = "1.0.10"
|
pin-project = "1.0.12"
|
||||||
prost = "0.11"
|
prost = "0.11"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ futures = "0.3.21"
|
|||||||
hex = "0.4.0"
|
hex = "0.4.0"
|
||||||
libp2p = "0.46.1"
|
libp2p = "0.46.1"
|
||||||
log = "0.4.17"
|
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" }
|
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-network-common = { version = "0.10.0-dev", path = "../common" }
|
||||||
sc-peerset = { version = "4.0.0-dev", path = "../../peerset" }
|
sc-peerset = { version = "4.0.0-dev", path = "../../peerset" }
|
||||||
|
|||||||
@@ -31,7 +31,7 @@ parking_lot = "0.12.1"
|
|||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
futures-timer = "3.0.1"
|
futures-timer = "3.0.1"
|
||||||
exit-future = "0.2.0"
|
exit-future = "0.2.0"
|
||||||
pin-project = "1.0.10"
|
pin-project = "1.0.12"
|
||||||
hash-db = "0.15.2"
|
hash-db = "0.15.2"
|
||||||
serde = "1.0.136"
|
serde = "1.0.136"
|
||||||
serde_json = "1.0.85"
|
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"] }
|
libp2p = { version = "0.46.1", default-features = false, features = ["dns-async-std", "tcp-async-io", "wasm-ext", "websocket"] }
|
||||||
log = "0.4.17"
|
log = "0.4.17"
|
||||||
parking_lot = "0.12.1"
|
parking_lot = "0.12.1"
|
||||||
pin-project = "1.0.10"
|
pin-project = "1.0.12"
|
||||||
rand = "0.7.2"
|
rand = "0.7.2"
|
||||||
serde = { version = "1.0.136", features = ["derive"] }
|
serde = { version = "1.0.136", features = ["derive"] }
|
||||||
serde_json = "1.0.85"
|
serde_json = "1.0.85"
|
||||||
|
|||||||
Reference in New Issue
Block a user