Skip to content

Commit

Permalink
Bump numpy from 0.15.0 to 0.15.1 (#547)
Browse files Browse the repository at this point in the history
Bumps [numpy](https://github.com/PyO3/rust-numpy) from 0.15.0 to 0.15.1.
- [Release notes](https://github.com/PyO3/rust-numpy/releases)
- [Changelog](https://github.com/PyO3/rust-numpy/blob/main/CHANGELOG.md)
- [Commits](PyO3/rust-numpy@v0.15.0...v0.15.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 10, 2022
1 parent 2dc3552 commit a78c06f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ crate-type = ["cdylib"]
ahash = { version = "0.7.6", default-features = false }
petgraph = "0.6.0"
fixedbitset = "0.4.1"
numpy = "0.15.0"
numpy = "0.15.1"
rand = "0.8"
rand_pcg = "0.3"
rayon = "1.5"
Expand Down

0 comments on commit a78c06f

Please sign in to comment.