Skip to content

Commit

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

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

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

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

2 changes: 1 addition & 1 deletion windows-capture-python/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ name = "windows_capture"
crate-type = ["cdylib"]

[dependencies]
pyo3 = { version = "0.22.5", features = [
pyo3 = { version = "0.23.3", features = [
"extension-module",
"auto-initialize",
"abi3",
Expand Down

0 comments on commit afd1023

Please sign in to comment.