From 41a0e6c04a84bc6c81494ff53bdb3a71e44dffd6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 11 Jan 2024 17:57:12 +0200 Subject: [PATCH] chore(deps): update rust crate async-trait to 0.1.77 (#324) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0c87aa30..24560916 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ tracing = "0.1.40" http = "0.2.11" http-body = "0.4.6" bytes = "1.5.0" -async-trait = "0.1.74" +async-trait = "0.1.77" anyhow = "1.0.79" reqwest = { version = "0.11.22" } thiserror = "1.0.50"