Skip to content

Commit cfa5aba

Browse files
chore(deps): bump pyo3 from 0.27.2 to 0.28.0
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.27.2 to 0.28.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.28.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b0a0891 commit cfa5aba

2 files changed

Lines changed: 24 additions & 45 deletions

File tree

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rayon = "1.11"
2323
thiserror = "2.0"
2424
lasso = "0.7"
2525
rustc-hash = "2.1"
26-
pyo3 = { version = "0.27", features = ["extension-module", "abi3-py37"] }
26+
pyo3 = { version = "0.28", features = ["extension-module", "abi3-py37"] }
2727
serde = { version = "1.0", features = ["derive"] }
2828
serde_json = "1.0"
2929

0 commit comments

Comments
 (0)