diff --git a/Cargo.toml b/Cargo.toml index 084885a..483387d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ clap = { version="4.5.13" , features=["derive"]} reqwest = { version="0.12.5", features = ["json", "blocking"] } hostname = "0.4.0" users = "0.11.0" -tokio = { version = "*", features = ["full"] } +tokio = { version = "1.39.2", features = ["full"] } [dependencies.rocket_db_pools] version = "0.1.0"