diff --git a/rand_distr/Cargo.toml b/rand_distr/Cargo.toml index 36533d4646..33efde1368 100644 --- a/rand_distr/Cargo.toml +++ b/rand_distr/Cargo.toml @@ -37,6 +37,6 @@ rand_pcg = { version = "=0.9.0-alpha.0", path = "../rand_pcg" } # For inline examples rand = { path = "..", version = "=0.9.0-alpha.0", features = ["small_rng"] } # Histogram implementation for testing uniformity -average = { version = "0.13", features = [ "std" ] } +average = { version = "0.14", features = [ "std" ] } # Special functions for testing distributions special = "0.10.3"