Skip to content

Commit de994b0

Browse files
build(deps): bump pyo3 from 0.13.2 to 0.14.5 in /examples/rust_with_cffi
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.13.2 to 0.14.5. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.13.2...v0.14.5) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0eccc7 commit de994b0

2 files changed

Lines changed: 24 additions & 52 deletions

File tree

examples/rust_with_cffi/Cargo.lock

Lines changed: 23 additions & 51 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 = "2018"
66

77
[dependencies]
8-
pyo3 = { version = "0.13.2", features = ["extension-module"] }
8+
pyo3 = { version = "0.14.5", features = ["extension-module"] }
99

1010
[lib]
1111
name = "rust_with_cffi"

0 commit comments

Comments
 (0)