Skip to content

Commit 10eea22

Browse files
Update Rust crate rand to 0.9.0
1 parent cec1cd6 commit 10eea22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ aes-gcm = "0.10.3"
2525
pdk-test = { version = "1.2.0", registry = "anypoint" }
2626
httpmock = "0.6"
2727
reqwest = "0.11"
28-
rand = "0.8.5"
28+
rand = "0.9.0"
2929

3030
[lib]
3131
crate-type = ["cdylib"]

0 commit comments

Comments
 (0)