Skip to content

Commit b741a12

Browse files
Update rand
1 parent b5848ef commit b741a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ oauth2 = { version = "4.4.2", default-features = false, features = ["rustls-tls"
3131
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
3232
proc-macro2 = "1"
3333
quote = "1"
34-
rand = "0.8.5"
35-
rand_core = "0.6"
34+
rand = "0.9.0"
35+
rand_core = "0.9"
3636
reqwest = { version = "0.12.15", default-features = false, features = ["json", "stream"] }
3737
rsa = "0.9.7"
3838
schemars = { version = "0.8.22", features = ["url"] }

0 commit comments

Comments
 (0)