From 4c0d66b6b1a2f1216022869a236591ea5800ad69 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Sat, 27 Mar 2021 01:03:46 -0700 Subject: [PATCH] Update 'pin-project-lite' to 0.2. --- core/lib/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/lib/Cargo.toml b/core/lib/Cargo.toml index bd04bb30..f33bb0d0 100644 --- a/core/lib/Cargo.toml +++ b/core/lib/Cargo.toml @@ -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"