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"