Update 'pin-project-lite' to 0.2.

This commit is contained in:
Sergio Benitez 2021-03-27 01:03:46 -07:00
parent 0be3b41687
commit 4c0d66b6b1
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ serde = { version = "1.0", features = ["derive"] }
figment = { version = "0.10.2", features = ["toml", "env"] }
rand = "0.8"
either = "1"
pin-project-lite = "0.1"
pin-project-lite = "0.2"
indexmap = { version = "1.0", features = ["serde"] }
tempfile = "3"
async-trait = "0.1.43"