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
@@ -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"