Skip to content

Commit 3fe433a

Browse files
chore(deps): bump pyo3 from 0.17.3 to 0.18.0
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.17.3 to 0.18.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.17.3...v0.18.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9a44f50 commit 3fe433a

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

Cargo.lock

Lines changed: 12 additions & 12 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
@@ -13,4 +13,4 @@ crate-type = ["lib", "cdylib"]
1313
mint = "0.5.5"
1414
nom = "7.1.0"
1515
modular-bitfield = "0.11.2"
16-
pyo3 = { version = "0.17.3", optional = true, features = ["extension-module", "abi3-py37", "generate-import-lib"] }
16+
pyo3 = { version = "0.18.0", optional = true, features = ["extension-module", "abi3-py37", "generate-import-lib"] }

0 commit comments

Comments
 (0)