Skip to content

Commit 52ebd1b

Browse files
Update rand to 0.10.0
1 parent cf5a7e2 commit 52ebd1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ oauth2 = { version = "5.0.0", default-features = false, features = ["rustls-tls"
3333
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
3434
proc-macro2 = "1"
3535
quote = "1"
36-
rand = "0.8.5"
37-
rand_core = "0.6"
36+
rand = "0.10.0"
37+
rand_core = "0.10"
3838
reqwest = { version = "0.12.24", default-features = false, features = ["json", "stream"] }
3939
rsa = "0.9.10"
4040
schemars = { version = "0.8.22", features = ["url"] }

0 commit comments

Comments
 (0)