Skip to content

Commit 6400951

Browse files
fix(deps): update rust crate rand to 0.9.0
1 parent 9ff9f3c commit 6400951

File tree

2 files changed

+62
-12
lines changed

2 files changed

+62
-12
lines changed

Cargo.lock

Lines changed: 61 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ async-recursion = "1.1.1"
1212
clap = { version = "4.5.4", features = ["derive"] }
1313
futures = "0.3.30"
1414
indicatif = { version = "0.17.8", features = ["rayon"] }
15-
rand = "0.8.5"
15+
rand = "0.9.0"
1616
rayon = "1.10.0"
1717
reqwest = { version = "0.12.4", features = ["blocking"] }
1818
serde = { version = "1.0.200", features = ["derive"] }

0 commit comments

Comments
 (0)