Skip to content

Commit

Permalink
Bump pyo3 from 0.22.2 to 0.22.3
Browse files Browse the repository at this point in the history
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.22.2 to 0.22.3.
- [Release notes](https://github.com/pyo3/pyo3/releases)
- [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md)
- [Commits](PyO3/pyo3@v0.22.2...v0.22.3)

---
updated-dependencies:
- dependency-name: pyo3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 1, 2024
1 parent f389728 commit 1c18ea2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rust-version = "1.75"
[dependencies]
# TODO it would be very nice to remove the "py-clone" feature as it can panic,
# but needs a bit of work to make sure it's not used in the codebase
pyo3 = { version = "0.22.2", features = ["generate-import-lib", "num-bigint", "py-clone"] }
pyo3 = { version = "0.22.3", features = ["generate-import-lib", "num-bigint", "py-clone"] }
regex = "1.10.6"
strum = { version = "0.26.3", features = ["derive"] }
strum_macros = "0.26.4"
Expand Down Expand Up @@ -74,7 +74,7 @@ debug = true
strip = false

[dev-dependencies]
pyo3 = { version = "0.22.2", features = ["auto-initialize"] }
pyo3 = { version = "0.22.3", features = ["auto-initialize"] }

[build-dependencies]
version_check = "0.9.5"
Expand Down

0 comments on commit 1c18ea2

Please sign in to comment.