Skip to content

Commit c746e91

Browse files
Update rand
1 parent bb0f689 commit c746e91

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -627,12 +627,12 @@ propolis-mock-server = { git = "https://github.com/oxidecomputer/propolis", rev
627627
proptest = "1.7.0"
628628
qorb = "0.4.0"
629629
quote = "1.0"
630-
rand = "0.8.5"
630+
rand = "0.9.1"
631631
# We're still in the middle of migrating to rand 0.9.
632632
rand09 = { package = "rand", version = "0.9.1" }
633-
rand_core = "0.6.4"
634-
rand_distr = "0.4.3"
635-
rand_seeder = "0.3.0"
633+
rand_core = "0.9.3"
634+
rand_distr = "0.5.1"
635+
rand_seeder = "0.4.0"
636636
range-requests = { path = "range-requests" }
637637
ratatui = "0.29.0"
638638
rayon = "1.10"

0 commit comments

Comments
 (0)