Skip to content

Commit ebcefb2

Browse files
build(deps): bump pyo3 from 0.15.1 to 0.16.2 in /examples/html-py-ever
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.15.1 to 0.16.2. - [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.2) --- 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 63ee6e9 commit ebcefb2

File tree

2 files changed

+25
-47
lines changed

2 files changed

+25
-47
lines changed

examples/html-py-ever/Cargo.lock

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

examples/html-py-ever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2018"
66

77
[dependencies]
88
kuchiki = "0.8.0"
9-
pyo3 = { version = "0.15.1", features = ["extension-module"] }
9+
pyo3 = { version = "0.16.2", features = ["extension-module"] }
1010
tendril = "0.4.2"
1111

1212
[lib]

0 commit comments

Comments
 (0)