diff --git a/Cargo.lock b/Cargo.lock index a408f79..2439ada 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ dependencies = [ "clap", "is-terminal", "parking_lot", - "rand 0.8.6", + "rand 0.9.4", "rayon", "reqwest", "serde", diff --git a/Cargo.toml b/Cargo.toml index 4b37a00..600d389 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ axum-extra = { version = "0.12", features = ["erased-json"] } clap = { version = "4.5", features = ["derive"] } is-terminal = "0.4" parking_lot = "0.12" -rand = "0.8" +rand = "0.9" rayon = "1.11" reqwest = { version = "0.13", features = ["blocking", "json"] } serde = { version = "1.0", features = ["derive"] }