Skip to content

Commit 79ab9ad

Browse files
chore(deps): bump pyo3 from 0.24.1 to 0.24.2 (#12791)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.24.1 to 0.24.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.24.1...v0.24.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.24.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 33b8da3 commit 79ab9ad

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Diff for: Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ rust-version = "1.65.0"
2121

2222
[workspace.dependencies]
2323
asn1 = { version = "0.21.0", default-features = false }
24-
pyo3 = { version = "0.24.0", features = ["abi3"] }
24+
pyo3 = { version = "0.24.2", features = ["abi3"] }
2525
openssl = "0.10.72"
2626
openssl-sys = "0.9.104"
2727

0 commit comments

Comments
 (0)