diff --git a/sprs-rand/Cargo.toml b/sprs-rand/Cargo.toml index 2379028f..79d275ef 100644 --- a/sprs-rand/Cargo.toml +++ b/sprs-rand/Cargo.toml @@ -9,7 +9,7 @@ license.workspace = true edition.workspace = true [dependencies] -rand = "0.8.5" +rand = "0.9.0" rand_distr = "0.4.3" rand_pcg = "0.3.1" sprs = { version = "0.11.0", path = "../sprs" } diff --git a/sprs/Cargo.toml b/sprs/Cargo.toml index 452bc976..c48280ac 100644 --- a/sprs/Cargo.toml +++ b/sprs/Cargo.toml @@ -37,7 +37,7 @@ tempfile = "3.1.0" bincode = "1.2.0" tobj = "4.0" image = { version = "0.25.2", default-features = false, features = ["png"] } -rand = { version = "0.8", default-features = false, features = ["small_rng"] } +rand = { version = "0.9", default-features = false, features = ["small_rng"] } [[bench]] name = "suite"