From 22085efa5208766243726f0e5054fce07e934aa3 Mon Sep 17 00:00:00 2001 From: LoveJesus Date: Tue, 6 Aug 2024 10:43:10 -0600 Subject: [PATCH] HALLELUJAH pin tokio in Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"