Upgrade pin-project (#12426)

This fixes some warnings on latest nightly.
This commit is contained in:
Bastian Köcher
2022-10-07 12:46:57 +02:00
committed by GitHub
parent af58e8e842
commit fc3f9268f6
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -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"