mirror of
https://github.com/rzmk/czv.git
synced 2025-12-19 08:09:24 +00:00
build(deps): bump pyo3 from 0.21.2 to 0.24.1
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.21.2 to 0.24.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.21.2...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
fa02eddc1e
commit
f41e1a5d97
2 changed files with 17 additions and 77 deletions
|
|
@ -13,5 +13,5 @@ crate-type = ["cdylib", "rlib"]
|
|||
anyhow = "1.0.86"
|
||||
csv = "1.3.0"
|
||||
czv = { path = "../czv" }
|
||||
pyo3 = { version = "0.21.2", features = ["anyhow", "extension-module"] }
|
||||
pyo3 = { version = "0.24.1", features = ["anyhow", "extension-module"] }
|
||||
thiserror = "1.0.61"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue