Skip to content

Commit 402a8f3

Browse files
chore(deps): update pyo3 requirement from 0.23.0 to 0.24.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](PyO3/pyo3@v0.23.0...v0.23.5) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 614eb8f commit 402a8f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mockito = "1.5"
6060
object_store = "0.11.0"
6161
parquet = { version = "54.2.1", default-features = false }
6262
pgstac = { version = "0.3.0", path = "crates/pgstac" }
63-
pyo3 = "0.23.0"
63+
pyo3 = "0.24.0"
6464
pythonize = "0.23.0"
6565
quote = "1.0"
6666
reqwest = { version = "0.12.8", default-features = false, features = [

0 commit comments

Comments
 (0)