From 126afb6ca2c8acb5cc4ff76b48082dd9567e8976 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 01:58:00 +0000 Subject: [PATCH] fix(deps): update rust crate async-trait to 0.1.75 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 33d8725..ba9d4b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ maintenance = { status = "actively-developed" } # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -async-trait = "0.1.74" +async-trait = "0.1.75" lazy_static = "1.4.0" serde_json = { version = "1.0.108", optional = true } time = "0.3.31"