Skip to content

Commit 737e60a

Browse files
chore(deps): Bump pyo3 from 0.23.5 to 0.24.1
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.5 to 0.24.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.5...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4b9893c commit 737e60a

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -174,7 +174,7 @@ proc-macro2 = "1.0"
174174
darling = "0.20"
175175

176176
# Python bindings
177-
pyo3 = { version = "0.23", features = ["extension-module"] }
177+
pyo3 = { version = "0.24", features = ["extension-module"] }
178178

179179
# Runtime registration
180180
inventory = "0.3"

0 commit comments

Comments
 (0)