From 68023a70bee0ce322f28e6acf1cea34174a4bb04 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:50:29 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.80 --- chaindexing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }