From 112c7ff11409aab0928c1b831664c11797cb893b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2020 06:49:22 +0000 Subject: [PATCH] Update openblas-src requirement from 0.7.0 to 0.9.0 Updates the requirements on [openblas-src](https://github.com/blas-lapack-rs/openblas-src) to permit the latest version. - [Release notes](https://github.com/blas-lapack-rs/openblas-src/releases) - [Commits](https://github.com/blas-lapack-rs/openblas-src/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c38421f..c48cfc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ serde = "1.0" numpy = "0.7.0" ndarray = "0.13" blas-src = { version = "0.4.0", default-features = false, features = ["openblas"] } -openblas-src = { version = "0.7.0", default-features = false, features = ["cblas", "system"] } +openblas-src = { version = "0.9.0", default-features = false, features = ["cblas", "system"] } [badges] travis-ci = { repository = "argmin-rs/pyargmin", branch = "master" }