From a8dcd7ca5df49c0701893c4d9d81ec8c1342f141 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Fri, 13 Oct 2023 12:08:04 +0100 Subject: [PATCH] chore(dependencies): upgrade minimum tokio to 1.13 (#3345) This is for tokio::sync::watch::Sender::send_replace --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9d06a053cc..860b2a8dca 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", features = ["sync"] } +tokio = { version = "1.13", features = ["sync"] } # Optional