From ae3c57f6718e8599f9d37a250a5add467afd8b26 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 25 Apr 2024 15:00:36 +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 0d0baed..0275d34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ base64 = "0.22" # git gix = "0.62" -async-trait = "0.1" +async-trait = "0.1.80" # fs/network kxio = { version = "1.0", features = [ -- 2.45.2