Skip to content

Commit c1eca29

Browse files
Update rand to 0.9
1 parent ba46fc5 commit c1eca29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ aes-gcm = { version = "0.10.0", optional = true }
2929
hmac = { version = "0.12.0", optional = true }
3030
sha2 = { version = "0.10.0", optional = true }
3131
base64 = { version = "0.22", optional = true }
32-
rand = { version = "0.8", optional = true }
32+
rand = { version = "0.9", optional = true }
3333
hkdf = { version = "0.12.0", optional = true }
3434
subtle = { version = "2.3", optional = true }
3535

0 commit comments

Comments
 (0)