From 278c7ef59fc0d0af0d04bae829c73364cfc55a4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Jun 2021 06:33:30 +0000 Subject: [PATCH] Bump numpy from 0.12.2 to 0.13.2 Bumps [numpy](https://github.com/rust-numpy/rust-numpy) from 0.12.2 to 0.13.2. - [Release notes](https://github.com/rust-numpy/rust-numpy/releases) - [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-numpy/rust-numpy/compare/v0.12.2...v0.13.2) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 19 +++++++++++++++---- Cargo.toml | 2 +- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0cf47febc3..86e7936c33 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -297,16 +297,16 @@ dependencies = [ [[package]] name = "numpy" -version = "0.12.2" +version = "0.13.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fd9e8e652becf4ba6c11803945f8bf463c23f482f704bb33f70ae9d22482d10" +checksum = "a996bcd58fb29bef9debf717330cd8876c3b4adbeea4939020a5326a3afad4d9" dependencies = [ "cfg-if 0.1.10", "libc", "ndarray", "num-complex", "num-traits", - "pyo3", + "pyo3 0.13.2", ] [[package]] @@ -401,6 +401,17 @@ dependencies = [ "unindent", ] +[[package]] +name = "pyo3" +version = "0.13.2" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "4837b8e8e18a102c23f79d1e9a110b597ea3b684c95e874eb1ad88f8683109c3" +dependencies = [ + "cfg-if 1.0.0", + "libc", + "parking_lot", +] + [[package]] name = "pyo3-derive-backend" version = "0.12.4" @@ -527,7 +538,7 @@ dependencies = [ "ndarray", "numpy", "petgraph", - "pyo3", + "pyo3 0.12.4", "rand", "rand_pcg", "rayon", diff --git a/Cargo.toml b/Cargo.toml index 6fa1831bc2..f3cb26313e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ crate-type = ["cdylib"] [dependencies] petgraph = "0.5.1" fixedbitset = "0.2.0" -numpy = "0.12.1" +numpy = "0.13.2" rand = "0.8" rand_pcg = "0.3" rayon = "1.5"