chore: Update `pyo3` to `0.17`

Signed-off-by: Dmitry Dygalo <dmitry@dygalo.dev>
This commit is contained in:
Dmitry Dygalo 2022-10-18 23:36:29 +02:00 committed by Dmitry Dygalo
parent 06c7a31d23
commit 8ee79c57b3
3 changed files with 399 additions and 207 deletions

View File

@ -5,6 +5,7 @@
### Changed
- Raise `ValueError` on validating dicts with non-string keys. [#386](https://github.com/Stranger6667/jsonschema-rs/issues/386)
- Update `pyo3` to `0.17`.
## [0.16.0] - 2022-05-12

File diff suppressed because it is too large Load Diff

View File

@ -27,7 +27,7 @@ features = ["resolve-http", "resolve-file"]
[dependencies]
serde_json = "1.0.81"
serde = "1.0.137"
pyo3 = { version = "0.16.4", features = ["extension-module"] }
pyo3 = { version = "0.17.2", features = ["extension-module"] }
pyo3-built = "0.4.7"
[package.metadata.maturin]