Skip to content

Commit b9a716f

Browse files
build(deps): bump pyo3
Bumps the deps group in /examples/hello-world-setuppy with 1 update: [pyo3](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.22.0 to 0.22.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.0...v0.22.2) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de6583c commit b9a716f

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/hello-world-setuppy/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.

examples/hello-world-setuppy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
pyo3 = "0.22.0"
7+
pyo3 = "0.22.2"
88

99
[lib]
1010
# See https://github.com/PyO3/pyo3 for details

0 commit comments

Comments
 (0)