diff --git a/chaindexing/Cargo.toml b/chaindexing/Cargo.toml index 3b606c1..c0c0978 100644 --- a/chaindexing/Cargo.toml +++ b/chaindexing/Cargo.toml @@ -15,7 +15,7 @@ default = ["postgres"] postgres = ["tokio-postgres"] [dependencies] -async-trait = "0.1" +async-trait = "0.1.80" bb8 = "0.8" derive_more = "0.99" chrono = { version = "0.4", features = ["serde"] }