Skip to content

Commit 729996c

Browse files
build(deps): bump the deps group across 4 directories with 1 update (#578)
Bumps the deps group with 1 update in the /examples/hello-world directory: [pyo3](https://github.com/pyo3/pyo3). Bumps the deps group with 1 update in the /examples/hello-world-setuppy directory: [pyo3](https://github.com/pyo3/pyo3). Bumps the deps group with 1 update in the /examples/namespace_package directory: [pyo3](https://github.com/pyo3/pyo3). Bumps the deps group with 1 update in the /examples/rust_with_cffi directory: [pyo3](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.27.2 to 0.28.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.2...v0.28.2) Updates `pyo3` from 0.27.2 to 0.28.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.2...v0.28.2) Updates `pyo3` from 0.27.2 to 0.28.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.2...v0.28.2) Updates `pyo3` from 0.27.2 to 0.28.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.27.2...v0.28.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pyo3 dependency-version: 0.28.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pyo3 dependency-version: 0.28.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps - dependency-name: pyo3 dependency-version: 0.28.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: deps ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1ca7d95 commit 729996c

8 files changed

Lines changed: 60 additions & 180 deletions

File tree

examples/hello-world-setuppy/Cargo.lock

Lines changed: 14 additions & 44 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.27"
7+
pyo3 = "0.28"
88

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

examples/hello-world/Cargo.lock

Lines changed: 14 additions & 44 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.27"
9+
pyo3 = "0.28"
1010

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

0 commit comments

Comments
 (0)