diff --git a/algorithms/linfa-clustering/Cargo.toml b/algorithms/linfa-clustering/Cargo.toml index 56e442398..2ab2c39b2 100644 --- a/algorithms/linfa-clustering/Cargo.toml +++ b/algorithms/linfa-clustering/Cargo.toml @@ -56,7 +56,7 @@ linfa-datasets = { version = "0.8.0", path = "../../datasets", features = [ criterion = "0.5" serde_json = "1" approx = "0.5" -lax = "=0.17.0" +lax = "=0.18.0" linfa = { version = "0.8.0", path = "../..", features = ["benchmarks"] } [[bench]]