From 73c2550c9f2582a425ea33d7b195b0ff1f47ba4d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 09:03:42 +0000 Subject: [PATCH] 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 23fc68d..5bd6630 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,7 +39,7 @@ tokio = { version = "1" } tokio-stream = "0.1" futures = "0.3" chrono = { version = "0.4", features = ["serde", "clock"], default-features = false } -async-trait = "0.1" +async-trait = "0.1.80" hex = "0.4" backoff = { version = "0.4", features = ["tokio"] } redb = { version = "2.1", optional = true }