From aeac16ddd4faecf8fcf8231f134bec998f70ec1a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 10:00:56 +0000 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.80 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4d825fb..f5ded28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ network = [] tracing = "0.1" # network -async-trait = "0.1" +async-trait = "0.1.80" http = "1.1" reqwest = "0.12" secrecy = "0.8"