Skip to content

Commit e2c53f6

Browse files
build(deps): bump the deps group across 5 directories with 1 update (#506)
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/html-py-ever 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.23.3 to 0.23.4 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.23.4) Updates `pyo3` from 0.23.3 to 0.23.4 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.23.4) Updates `pyo3` from 0.23.3 to 0.23.4 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.23.4) Updates `pyo3` from 0.23.3 to 0.23.4 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.23.4) Updates `pyo3` from 0.23.3 to 0.23.4 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.23.4/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.23.3...v0.23.4) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-patch 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 bced7db commit e2c53f6

File tree

10 files changed

+55
-55
lines changed

10 files changed

+55
-55
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.23.3"
7+
pyo3 = "0.23.4"
88

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

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.23.3"
9+
pyo3 = "0.23.4"
1010

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

examples/html-py-ever/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/html-py-ever/Cargo.toml

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

77
[dependencies]
88
kuchiki = "0.8.0"
9-
pyo3 = "0.23.3"
9+
pyo3 = "0.23.4"
1010
tendril = "0.4.3"
1111

1212
[lib]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ path = "rust/lib.rs" # When omitted, the value of "src/lib.rs" is assumed
1818
# path = "src/lib.rs"
1919

2020
[dependencies]
21-
pyo3 = "0.23.3"
21+
pyo3 = "0.23.4"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Alex Gaynor <alex.gaynor@gmail.com>"]
55
edition = "2021"
66

77
[dependencies]
8-
pyo3 = "0.23.3"
8+
pyo3 = "0.23.4"
99

1010
[lib]
1111
name = "rust_with_cffi"

0 commit comments

Comments
 (0)