From ae7bf815bbe1d0df73bc918311755ac92191dc5e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 May 2024 21:23:47 +0000 Subject: [PATCH] chore(deps): update rust crate tokio to 1.37.0 --- zusi/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zusi/Cargo.toml b/zusi/Cargo.toml index 6c7dab9..f9dae6b 100644 --- a/zusi/Cargo.toml +++ b/zusi/Cargo.toml @@ -40,7 +40,7 @@ tokio-util = { version = "0.7", features = ["codec"], optional = true } nom = { version = "7", optional = true } [dev-dependencies] -tokio = { version = "1", features = ["macros", "net", "rt"] } +tokio = { version = "1.37.0", features = ["macros", "net", "rt"] } futures = "0.3" divan = "0.1"