Skip to content

Commit 610f193

Browse files
Update rand
1 parent 5c389bb commit 610f193

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ owo-colors = "4.2.3"
5353
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
5454
progenitor = { version = "0.11.2" }
5555
progenitor-client = { version = "0.11.2" }
56-
rand = "0.8.5"
57-
rand_core = "0.6"
56+
rand = "0.9.2"
57+
rand_core = "0.10"
5858
regex = "1.12.2"
5959
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }
6060
reqwest-middleware = "0.4"

0 commit comments

Comments
 (0)