From 14bdeaef2d8cfeb6f7416a938890e3630c6728be Mon Sep 17 00:00:00 2001 From: tottoto Date: Tue, 17 Oct 2023 22:55:09 +0900 Subject: [PATCH] chore(dependencies): relax minimum tokio version to 1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 860b2a8dca..9d06a053cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ futures-util = { version = "0.3", default-features = false } http = "0.2" http-body = "=1.0.0-rc.2" pin-project-lite = "0.2.4" -tokio = { version = "1.13", features = ["sync"] } +tokio = { version = "1", features = ["sync"] } # Optional