From 6d86011024a738e40e03140d7242967ea0a0baca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:34:15 +0000 Subject: [PATCH] Update average requirement from 0.13 to 0.14 --- updated-dependencies: - dependency-name: average dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- rand_distr/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rand_distr/Cargo.toml b/rand_distr/Cargo.toml index 8339580a50..8fc3da00a1 100644 --- a/rand_distr/Cargo.toml +++ b/rand_distr/Cargo.toml @@ -37,6 +37,6 @@ rand_pcg = { version = "0.4.0", path = "../rand_pcg" } # For inline examples rand = { path = "..", version = "0.9.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"