From 8d5a157e8d6d5249102c794adb309c236e024975 Mon Sep 17 00:00:00 2001 From: Remo Senekowitsch Date: Sat, 25 Apr 2026 15:05:52 +0200 Subject: [PATCH] Relax version requirement for tokio --- dev/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Cargo.toml b/dev/Cargo.toml index cfc874fb..168fc10a 100644 --- a/dev/Cargo.toml +++ b/dev/Cargo.toml @@ -199,7 +199,7 @@ edition = "2024" publish = false [dependencies] -tokio = { version = "1.52.1", features = ["rt"] } +tokio = { version = "1", features = ["rt"] } [profile.release] panic = "abort"