Skip to content

Commit 9277afe

Browse files
Bump rand from 0.9.2 to 0.10.0 (#955)
1 parent cd65ce4 commit 9277afe

File tree

2 files changed

+213
-9
lines changed

2 files changed

+213
-9
lines changed

Cargo.lock

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

tools/scraper/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ anyhow = { workspace = true }
88
chrono = { workspace = true }
99
clap = { workspace = true }
1010
model = { path = "../../crates/model" }
11-
rand = "0.9.2"
11+
rand = "0.10.0"
1212
rayon = { workspace = true }
1313
regex = { workspace = true }
1414
reqwest = { version = "0.13.2", default-features = false, features = [ "blocking", "json", "rustls" ] }

0 commit comments

Comments
 (0)