From ef245fd5823a677ed6b40f91cd693dd403877286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Feb 2024 11:33:39 +0000 Subject: [PATCH] Update special requirement from 0.8.1 to 0.10.3 (#1384) --- 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 9d3baee0a8..8339580a50 100644 --- a/rand_distr/Cargo.toml +++ b/rand_distr/Cargo.toml @@ -39,4 +39,4 @@ rand = { path = "..", version = "0.9.0", features = ["small_rng"] } # Histogram implementation for testing uniformity average = { version = "0.13", features = [ "std" ] } # Special functions for testing distributions -special = "0.8.1" +special = "0.10.3"