diff --git a/Cargo.toml b/Cargo.toml index 0869251..82253b3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ clap = { version = "4.5.35", features = ["derive"] } log = "0.4.22" env_logger = "0.11.5" reqwest = "0.12.5" -tokio = { version = "1", features = ["full"] } +tokio = { version = "1.44.1", features = ["full"] }