From 388869c728b35c0912923ccb6c38ca6357212a60 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sat, 7 Jun 2025 12:29:26 +0300 Subject: [PATCH] define minor `tokio` version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ef7fa8d..1d7e1d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ hyper-util = "0.1.14" librqbit = "8.1.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1.45", features = ["full"] }