Skip to content

Commit 3c85c93

Browse files
chore(deps): update rust crate rand to 0.9.0
1 parent eb96ef4 commit 3c85c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

star/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ zeroize = "1.5.5"
2121
[dev-dependencies]
2222
criterion = "0.5.1"
2323
star-test-utils = { path = "./test-utils" }
24-
rand = { version = "0.8.5", features = [ "std" ] }
24+
rand = { version = "0.9.0", features = [ "std" ] }
2525

2626
[features]
2727
star2 = []

0 commit comments

Comments
 (0)