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"