From 5c6aecd60aebcb3390375f9c3a695ee479304db3 Mon Sep 17 00:00:00 2001 From: Yohe-Am <56622350+Yohe-Am@users.noreply.github.com> Date: Mon, 26 Aug 2024 01:22:11 +0200 Subject: [PATCH] fix(deps): decrement tokio to 1.36 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d0f8861..03d9142 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ rust-version = "1.75.0" [dependencies] futures = { version = "0.3.30", optional = true } indexmap = "2.2.6" -tokio = { version = "1.37.0", features = ["io-util", "macros", "process", "rt"], optional = true } +tokio = { version = "1.36.0", features = ["io-util", "macros", "process", "rt"], optional = true } tracing = { version = "0.1.40", optional = true } [target.'cfg(unix)'.dependencies]