diff --git a/Cargo.toml b/Cargo.toml index 63fa7944..eca3969d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ bip324 = { version = "0.6.0", default-features = false, features = [ "alloc", "tokio", ] } -tokio = { version = "1.37", default-features = false, features = [ +tokio = { version = "1", default-features = false, features = [ "rt-multi-thread", "sync", "time",