From c0156d0f6a699b2501261a7d40b92cdf28107445 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 04:50:20 +0000 Subject: [PATCH] Update Rust crate tokio to 1.24.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cadf51f1..cab707e57 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ serde_json = "1.0.89" serde_yaml = "0.9.14" strum = { version = "0.24.1", features = ["derive"] } thiserror = "1.0.37" -tokio = { version = "1.23.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.24.1", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37" tracing-subscriber = { version = "0.3.16", features = ["env-filter"] } derivative = "2.2.0"