Skip to content

Commit 7da7b26

Browse files
Update Rust crate rand_distr to 0.5.1
1 parent c1a48cd commit 7da7b26

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 3 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
@@ -579,7 +579,7 @@ qorb = "0.2.1"
579579
quote = "1.0"
580580
rand = "0.8.5"
581581
rand_core = "0.6.4"
582-
rand_distr = "0.4.3"
582+
rand_distr = "0.5.1"
583583
rand_seeder = "0.3.0"
584584
range-requests = { path = "range-requests" }
585585
ratatui = "0.29.0"

workspace-hack/Cargo.toml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@ predicates = { version = "3.1.3" }
9797
proc-macro2 = { version = "1.0.93" }
9898
qorb = { version = "0.2.1", features = ["qtop"] }
9999
quote = { version = "1.0.38" }
100-
rand = { version = "0.8.5", features = ["small_rng"] }
100+
rand-274715c4dabd11b0 = { package = "rand", version = "0.9.0" }
101+
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5", features = ["small_rng"] }
102+
rand_core = { version = "0.9.2", default-features = false, features = ["os_rng", "std"] }
101103
regex = { version = "1.11.1" }
102104
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
103105
regex-syntax = { version = "0.8.5" }
@@ -218,7 +220,9 @@ predicates = { version = "3.1.3" }
218220
proc-macro2 = { version = "1.0.93" }
219221
qorb = { version = "0.2.1", features = ["qtop"] }
220222
quote = { version = "1.0.38" }
221-
rand = { version = "0.8.5", features = ["small_rng"] }
223+
rand-274715c4dabd11b0 = { package = "rand", version = "0.9.0" }
224+
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8.5", features = ["small_rng"] }
225+
rand_core = { version = "0.9.2", default-features = false, features = ["os_rng", "std"] }
222226
regex = { version = "1.11.1" }
223227
regex-automata = { version = "0.4.8", default-features = false, features = ["dfa", "hybrid", "meta", "nfa", "perf", "unicode"] }
224228
regex-syntax = { version = "0.8.5" }

0 commit comments

Comments
 (0)