diff --git a/Cargo.toml b/Cargo.toml index a9a8249..359be96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,4 +11,4 @@ once_cell = "1.20.2" reqwest = { version = "0.12.9", features = ["json"] } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" -tokio = { version = "1.41.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.41.0", features = ["macros", "rt"] }