Skip to content

Commit d783111

Browse files
Bump pyo3 from 0.28.2 to 0.28.3 (#15939)
* Bump pyo3 from 0.28.2 to 0.28.3 Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.28.2 to 0.28.3. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/v0.28.3/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.28.2...v0.28.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Fix hashbrown pyo3 dep --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthew Treinish <mtreinish@kortar.org>
1 parent 737060f commit d783111

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
@@ -48,7 +48,7 @@ cbindgen = "0.29.2"
4848
# distributions). We only activate that feature when building the C extension module; we still need
4949
# it disabled for Rust-only tests to avoid linker errors with it not being loaded. See
5050
# https://pyo3.rs/main/features#extension-module for more.
51-
pyo3 = { version = "0.28.1", features = ["abi3-py310"] }
51+
pyo3 = { version = "0.28.3", features = ["abi3-py310"] }
5252

5353
# These are our own crates.
5454
qiskit-accelerate = { path = "crates/accelerate" }

0 commit comments

Comments
 (0)