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