Skip to content

Commit b58455e

Browse files
build(deps): bump pyo3 from 0.21.2 to 0.24.1
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.21.2 to 0.24.1. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.24.1/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.21.2...v0.24.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e281389 commit b58455e

File tree

2 files changed

+20
-52
lines changed

2 files changed

+20
-52
lines changed

Cargo.lock

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

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ thiserror = "2.0.11"
3333
microvmi = { path = "../" }
3434

3535
[dependencies.pyo3]
36-
version = "0.21.0"
36+
version = "0.24.1"
3737
features = ["extension-module", "abi3-py39"]
3838

3939
[package.metadata.release]

0 commit comments

Comments
 (0)