diff --git a/Cargo.toml b/Cargo.toml index 3447241..bc79cdb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ reqwest = { version = "0.12", features = ["json", "cookies"] } tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["serde_derive"] } thiserror = "1.0" -rand = "0.8" +rand = "0.9" reqwest_cookie_store = "0.8" typed-builder = "0.20" fang = { version = "0.10.3", features = ["asynk"], default-features = false }