Skip to content

Commit fd72f51

Browse files
Update rand
1 parent 07c51ba commit fd72f51

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 = "5.0.0", 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.1"
35+
rand_core = "0.9"
3636
reqwest = { version = "0.12.15", default-features = false, features = ["json", "stream"] }
3737
rsa = "0.9.8"
3838
schemars = { version = "0.8.22", features = ["url"] }

0 commit comments

Comments
 (0)