Update pyo3 requirement from 0.13.2 to 0.14.1
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.2...v0.14.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e2f6f5c4a5
commit
fdd743478e
|
@ -19,7 +19,7 @@ crate-type = ["cdylib"]
|
|||
ahash = "0.7.2"
|
||||
bincode = "1.3.2"
|
||||
instant-segment = { version = "0.8.2", path = "../instant-segment", features = ["with-serde"] }
|
||||
pyo3 = { version = "0.13.2", features = ["extension-module"] }
|
||||
pyo3 = { version = "0.14.1", features = ["extension-module"] }
|
||||
smartstring = "0.2.6"
|
||||
|
||||
[package.metadata.maturin]
|
||||
|
|
Loading…
Reference in New Issue