Skip to content

Commit e4170ef

Browse files
Bump pyo3 from 0.18.0 to 0.18.1 (#809)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.18.0...v0.18.1) --- 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 0387d37 commit e4170ef

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde_json = "1.0"
3535
rustworkx-core = { path = "rustworkx-core", version = "=0.13.0" }
3636

3737
[dependencies.pyo3]
38-
version = "0.18.0"
38+
version = "0.18.1"
3939
features = ["extension-module", "hashbrown", "num-bigint", "num-complex", "indexmap"]
4040

4141
[dependencies.hashbrown]

0 commit comments

Comments
 (0)