Skip to content

Commit 62c2337

Browse files
build(deps): bump pyo3 in /examples/hello-world in the deps group
Bumps the deps group in /examples/hello-world with 1 update: [pyo3](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.22.4 to 0.22.5 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.4...v0.22.5) --- 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 af2daf7 commit 62c2337

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ edition = "2021"
66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

88
[dependencies]
9-
pyo3 = "0.22.4"
9+
pyo3 = "0.22.5"
1010

1111
[profile.release-lto]
1212
inherits = "release"

0 commit comments

Comments
 (0)