From 93a4ceea4257487aafc18d0c43de73e4b4a2fc24 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 17:10:24 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.77 --- full-service/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/full-service/Cargo.toml b/full-service/Cargo.toml index 6ebb4f2901..04f6df8fbe 100644 --- a/full-service/Cargo.toml +++ b/full-service/Cargo.toml @@ -62,7 +62,7 @@ t3-connection = { path = "../t3/connection" } ledger-mob = { path = "../ledger-mob/lib" } -async-trait = "0.1.59" +async-trait = "0.1.77" base64 = "0.21.5" chrono = { version = "0.4", default-features = false, features = ["alloc"] } clap = { version = "4.4", features = ["derive", "env"] }