Skip to content

Commit 4139ca8

Browse files
committed
⬆️ Bump pyo3 from 0.23.2 to 0.23.4
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.2 to 0.23.4. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.2...v0.23.4) Contains patch from PyO3/pyo3#4838 to fix PyO3/pyo3#4828 `useless_conversion` clippy lint
1 parent 9d69165 commit 4139ca8

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Cargo.lock

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ndarray = "0.15.6"
1616
num-traits = "0.2.19"
1717
numpy = "0.23.0"
1818
object_store = { version = "0.9.0", features = ["http"] }
19-
pyo3 = { version = "0.23.2", features = ["abi3-py310", "extension-module"] }
19+
pyo3 = { version = "0.23.4", features = ["abi3-py310", "extension-module"] }
2020
tiff = { git = "https://github.com/image-rs/image-tiff.git", version = "0.9.1", rev = "0c54a18e2130bd8e3e897009e1fb59eaaf607c6c" } # https://github.com/image-rs/image-tiff/pull/224
2121
tokio = { version = "1.36.0", features = ["rt-multi-thread"] }
2222
url = "2.5.0"

0 commit comments

Comments
 (0)