Update pyo3 requirement from 0.7.0-alpha.1 to 0.8.0 (#324)

* Update pyo3 requirement from 0.7.0-alpha.1 to 0.8.0

Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.7.0-alpha.1...v0.8.0)

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

* Change into_object() -> into_py()
This commit is contained in:
dependabot-preview[bot]
2019-09-10 10:04:24 -05:00
committed by Yury Delendik
parent 1497825173
commit c42698dc85
3 changed files with 14 additions and 14 deletions

View File

@@ -27,5 +27,5 @@ region = "2.0.0"
wasmparser = "0.37.1"
[dependencies.pyo3]
version = "0.7.0-alpha.1"
version = "0.8.0"
features = ["extension-module"]