From d71a676c2fc4c9f56f0823f55fd997cc87692fb5 Mon Sep 17 00:00:00 2001 From: Adrian Heine Date: Sat, 4 Mar 2023 13:38:08 +0100 Subject: [PATCH] Pull in fix for https://github.com/dtolnay/async-trait/issues/238 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fe3af0..fad5fde 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ build = "src/build.rs" users = "0.11.0" regex = "1.0.1" futures-util = "0.3" -async-trait = "0.1" +async-trait = "0.1.65" tokio = { version = "1.6.1", features = ["rt", "process", "io-util", "macros", "sync"] } once_cell = "1.4" slog = { version = "2", features = ["max_level_trace", "release_max_level_trace"] }