Skip to content

Commit a9dabff

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

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

examples/rust_with_cffi/Cargo.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/rust_with_cffi/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Alex Gaynor <[email protected]>"]
55
edition = "2021"
66

77
[dependencies]
8-
pyo3 = "0.22.2"
8+
pyo3 = "0.22.3"
99

1010
[lib]
1111
name = "rust_with_cffi"

0 commit comments

Comments
 (0)