From db67a3d8c229319e87a00c007feed2c6e3860148 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 3583e59d..59c69c12 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"