Skip to content

Commit b6de8f5

Browse files
Update rand
1 parent 17e2ef7 commit b6de8f5

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
@@ -32,8 +32,8 @@ oauth2 = { version = "5.0.0", default-features = false, features = ["rustls-tls"
3232
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
3333
proc-macro2 = "1"
3434
quote = "1"
35-
rand = "0.8.5"
36-
rand_core = "0.6"
35+
rand = "0.9.2"
36+
rand_core = "0.9"
3737
reqwest = { version = "0.12.23", default-features = false, features = ["json", "stream"] }
3838
rsa = "0.9.8"
3939
schemars = { version = "0.8.22", features = ["url"] }

0 commit comments

Comments
 (0)