Skip to content

Commit a00c3be

Browse files
Update rand to 0.10.0
1 parent 60e08ee commit a00c3be

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
@@ -36,8 +36,8 @@ oauth2-reqwest = "0.1.0-alpha.3"
3636
partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
3737
proc-macro2 = "1"
3838
quote = "1"
39-
rand = "0.8.5"
40-
rand_core = "0.6"
39+
rand = "0.10.0"
40+
rand_core = "0.10"
4141
regex = "1.12.3"
4242
reqwest = { version = "0.13", default-features = false, features = ["json", "stream"] }
4343
rsa = "0.9.10"

0 commit comments

Comments
 (0)