Skip to content

Commit 09d63cc

Browse files
Bump pyo3 from 0.27.2 to 0.29.0 in /sdks/python/apache_beam/examples/wordcount_rust/word_processing (#38953)
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.27.2 to 0.29.0. - [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.29.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.29.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0b407cd commit 09d63cc

2 files changed

Lines changed: 13 additions & 54 deletions

File tree

sdks/python/apache_beam/examples/wordcount_rust/word_processing/Cargo.lock

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

sdks/python/apache_beam/examples/wordcount_rust/word_processing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ name = "word_processing"
2626
crate-type = ["cdylib"]
2727

2828
[dependencies]
29-
pyo3 = "0.27.0"
29+
pyo3 = "0.29.0"
3030
regex = "1.12.2"

0 commit comments

Comments
 (0)