Skip to content

Commit c57c3a0

Browse files
build(deps): bump pyo3 in the cargo group across 1 directory (#58)
Bumps the cargo group with 1 update in the / directory: [pyo3](https://github.com/pyo3/pyo3). Updates `pyo3` from 0.28.1 to 0.28.2 - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.28.1...v0.28.2) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.2 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 90cffca commit c57c3a0

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 10 additions & 10 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
@@ -16,7 +16,7 @@ crate-type = ["cdylib"]
1616
[dependencies]
1717
either = "1.15.0"
1818
general-sam = { version = "1.0.3", features = ["all"] }
19-
pyo3 = { version = "0.28.1", features = ["extension-module", "generate-import-lib", "abi3-py310"] }
19+
pyo3 = { version = "0.28.2", features = ["extension-module", "generate-import-lib", "abi3-py310"] }
2020

2121
[profile.release]
2222
lto = true

0 commit comments

Comments
 (0)