Skip to content

Commit ab36450

Browse files
dependabot[bot]davidhewitt
authored andcommitted
build(deps): bump pyo3 in /examples/namespace_package
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.15.1 to 0.16.0. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.15.1...v0.16.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 179281a commit ab36450

File tree

2 files changed

+23
-51
lines changed

2 files changed

+23
-51
lines changed

examples/namespace_package/Cargo.lock

Lines changed: 22 additions & 50 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/namespace_package/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ edition = "2018"
77
crate-type = ["cdylib"]
88

99
[dependencies]
10-
pyo3 = { version = "0.15.1", features = ["extension-module"] }
10+
pyo3 = { version = "0.16.2", features = ["extension-module"] }

0 commit comments

Comments
 (0)