From 480b1282ce82ad1bf2bf43c3f434b6b16d7890f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 10:36:54 +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 3bdc3ad..efe1a3e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ rsb_derive = "0.5" tokio = { version = "1" } tokio-stream = "0.1" futures = "0.3" -async-trait = "0.1" +async-trait = "0.1.80" [dev-dependencies]