From 1850c9d9a9311ff6a60cadee9023e7693eda3304 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2024 10:59:12 -0700 Subject: [PATCH] Update Rust crate async-trait to 0.1.81 (#72) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4fc1f5a..52c733c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ default = [ "cockroach" ] [dependencies] bb8 = "0.8" -async-trait = "0.1.80" +async-trait = "0.1.81" diesel = { version = "2.2.2", default-features = false, features = [ "r2d2" ] } futures = "0.3" thiserror = "1.0"