Skip to content

Commit 4e7dc38

Browse files
Update rand
1 parent 2d91c58 commit 4e7dc38

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
@@ -52,8 +52,8 @@ owo-colors = "4.2.0"
5252
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
5353
progenitor = { git = "https://github.com/oxidecomputer/progenitor" }
5454
progenitor-client = { git = "https://github.com/oxidecomputer/progenitor" }
55-
rand = "0.8.5"
56-
rand_core = "0.6"
55+
rand = "0.9.1"
56+
rand_core = "0.9"
5757
regex = "1.11.1"
5858
reqwest = { version = "0.12", default-features = false, features = ["json", "stream", "rustls-tls"] }
5959
reqwest-middleware = "0.4"

0 commit comments

Comments
 (0)