Skip to content

Commit 00b3e55

Browse files
Update Rust crate rand_core to 0.9.2
1 parent eab2e66 commit 00b3e55

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

Cargo.lock

Lines changed: 2 additions & 1 deletion
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
@@ -578,7 +578,7 @@ proptest = "1.6.0"
578578
qorb = "0.2.1"
579579
quote = "1.0"
580580
rand = "0.8.5"
581-
rand_core = "0.6.4"
581+
rand_core = "0.9.2"
582582
rand_distr = "0.4.3"
583583
rand_seeder = "0.3.0"
584584
range-requests = { path = "range-requests" }

workspace-hack/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ proc-macro2 = { version = "1.0.93" }
9898
qorb = { version = "0.2.1", features = ["qtop"] }
9999
quote = { version = "1.0.38" }
100100
rand = { version = "0.8.5", features = ["small_rng"] }
101+
rand_core = { version = "0.9.2", default-features = false, features = ["os_rng", "std"] }
101102
regex = { version = "1.11.1" }
102103
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
103104
regex-syntax = { version = "0.8.5" }
@@ -219,6 +220,7 @@ proc-macro2 = { version = "1.0.93" }
219220
qorb = { version = "0.2.1", features = ["qtop"] }
220221
quote = { version = "1.0.38" }
221222
rand = { version = "0.8.5", features = ["small_rng"] }
223+
rand_core = { version = "0.9.2", default-features = false, features = ["os_rng", "std"] }
222224
regex = { version = "1.11.1" }
223225
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
224226
regex-syntax = { version = "0.8.5" }

0 commit comments

Comments
 (0)