From 3eccf54bfe462a5cbe69c71286806f8e45fbeaa1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 16 Aug 2023 03:54:03 +0000 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.73 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 579449e2..7976f61c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ documentation = "https://docs.noelware.org/services/hazel/current" [dependencies] ansi_term = "0.12.1" -async-trait = "0.1.68" +async-trait = "0.1.73" aws-sdk-s3 = "0.28.0" axum = { version = "0.6.20", features = ["headers", "macros"] } bytes = "1.4.0"