Skip to content

Commit 8f522fe

Browse files
chore(deps): bump pyo3 from 0.23.1 to 0.23.2 (#12038)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.23.1 to 0.23.2. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.1...v0.23.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 84aa9d6 commit 8f522fe

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -20,7 +20,7 @@ rust-version = "1.65.0"
2020

2121
[workspace.dependencies]
2222
asn1 = { version = "0.20.0", default-features = false }
23-
pyo3 = { version = "0.23.1", features = ["abi3"] }
23+
pyo3 = { version = "0.23.2", features = ["abi3"] }
2424

2525
[profile.release]
2626
overflow-checks = true

0 commit comments

Comments
 (0)