diff --git a/Cargo.toml b/Cargo.toml index b6f9503..855af69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ clap = {version = "4.5.20", features = ["derive"]} dotenv = "0.15.0" lettre = "0.11.10" once_cell = "1.20.2" -rand = "0.8.5" +rand = "0.9.2" reqwest = {version = "0.13.1", features = ["json"]} serde = {version = "1.0.214", features = ["derive"]} serde_json = "1.0.132"