diff --git a/star/Cargo.toml b/star/Cargo.toml index 13c5b5a..3a6df42 100644 --- a/star/Cargo.toml +++ b/star/Cargo.toml @@ -21,7 +21,7 @@ zeroize = "1.5.5" [dev-dependencies] criterion = "0.5.1" star-test-utils = { path = "./test-utils" } -rand = { version = "0.8.5", features = [ "std" ] } +rand = { version = "0.9.0", features = [ "std" ] } [features] star2 = []