Bump numpy from 0.16.0 to 0.16.1 (#7754)

Bumps [numpy](https://github.com/PyO3/rust-numpy) from 0.16.0 to 0.16.1.
- [Release notes](https://github.com/PyO3/rust-numpy/releases)
- [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md)
- [Commits](https://github.com/PyO3/rust-numpy/compare/v0.16.0...v0.16.1)

---
updated-dependencies:
- dependency-name: numpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2022-03-09 13:11:16 +00:00 committed by GitHub
parent 70c3527db1
commit c816be80a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -229,9 +229,9 @@ dependencies = [
[[package]]
name = "numpy"
version = "0.16.0"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e051c9e722a66c2e619b2a30f731e80b75f172d98ae3518b61b08a1d3d850a3"
checksum = "e0b4680aec093ae7b5522c849b3e949de3d92bbca52acdb047fd5be8e3b668db"
dependencies = [
"libc",
"ndarray",

View File

@ -11,7 +11,7 @@ crate-type = ["cdylib"]
[dependencies]
rayon = "1.5"
numpy = "0.16.0"
numpy = "0.16.1"
rand = "0.8"
rand_pcg = "0.3"
rand_distr = "0.4.3"