Update pyo3 requirement from 0.18.0 to 0.19.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/main/CHANGELOG.md)
- [Commits](https://github.com/pyo3/pyo3/compare/v0.18.0...v0.19.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-06-05 13:57:12 +00:00 committed by Dirkjan Ochtman
parent c34f7d5515
commit a6180345bc
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ crate-type = ["cdylib"]
ahash = "0.8" ahash = "0.8"
bincode = "1.3.2" bincode = "1.3.2"
instant-segment = { version = "0.10", path = "../instant-segment", features = ["with-serde"] } instant-segment = { version = "0.10", path = "../instant-segment", features = ["with-serde"] }
pyo3 = { version = "0.18.0", features = ["extension-module"] } pyo3 = { version = "0.19.0", features = ["extension-module"] }
smartstring = "1" smartstring = "1"
[package.metadata.maturin] [package.metadata.maturin]