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"] }