Skip to content

Commit 088fe62

Browse files
Update rand
1 parent 3d3ba54 commit 088fe62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

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

0 commit comments

Comments
 (0)