diff --git a/Cargo.toml b/Cargo.toml index 2226656..5bc9807 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ simsimd = "6.5.3" wide = "0.7.28" paste = "1.0.15" half = { version = "2.6.0", features = ["bytemuck", "num-traits"] } -rand = { version = "0.9.2", features = ["small_rng"] } +rand = { version = "0.10.0", features = ["small_rng"] } rand_distr = "0.5.1" rayon = { version = "1.10", optional = true } accelerate-src = { version = "0.3.2", optional = true }