Update pyo3 requirement from 0.13 to 0.14

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/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.13.0...v0.14.1)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/93/head
dependabot[bot] 3 years ago committed by Thomas Tanon
parent bdb97aceaf
commit e5e1dbc720
  1. 2
      python/Cargo.toml

@ -17,7 +17,7 @@ doctest = false
[dependencies]
oxigraph = {version = "0.2", path="../lib", features = ["sled", "http_client"]}
pyo3 = {version = "0.13", features = ["extension-module", "abi3-py36"]}
pyo3 = {version = "0.14", features = ["extension-module", "abi3-py36"]}
native-tls = {version = "0.2", features = ["vendored"]}
[package.metadata.maturin]

Loading…
Cancel
Save