Skip to content

Commit 8a0c4a5

Browse files
Update rand to 0.10.0
1 parent cc3ca8e commit 8a0c4a5

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
@@ -37,8 +37,8 @@ partial-struct = { git = "https://github.com/oxidecomputer/partial-struct" }
3737
percent-encoding = "2.3.2"
3838
proc-macro2 = "1"
3939
quote = "1"
40-
rand = "0.8.5"
41-
rand_core = "0.6"
40+
rand = "0.10.0"
41+
rand_core = "0.10"
4242
regex = "1.12.3"
4343
reqwest = { version = "0.13", default-features = false, features = ["json", "stream"] }
4444
rsa = "0.9.10"

0 commit comments

Comments
 (0)