From 1aeb2960891dd49f08319f4a6a39c6ee6a1ca1b3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 21:40:48 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.68 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 818d182..21e06c6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ tokio-util = { version = "0.7.4", features = ["compat"] } url = { version = "2.3.1", features = ["serde"] } bytes = "1.3.0" typed-builder = "0.11.0" -async-trait = "0.1.61" +async-trait = "0.1.68" crc32fast = "1.3.2" tracing = "0.1.37" tracing-subscriber = "0.3.16"