Skip to content

Commit 3521075

Browse files
Bump pyo3 from 0.22.6 to 0.28.3
Bumps [pyo3](https://github.com/pyo3/pyo3) from 0.22.6 to 0.28.3. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.6...v0.28.3) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.28.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 978cc73 commit 3521075

2 files changed

Lines changed: 13 additions & 42 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 41 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
@@ -40,7 +40,7 @@ async-trait = { version = "0.1", optional = true }
4040
uuid = { version = "1.0", features = ["v4"], optional = true }
4141
futures = { version = "0.3", optional = true }
4242
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync"], optional = true }
43-
pyo3 = { version = "0.22", features = ["extension-module", "abi3-py38"], optional = true }
43+
pyo3 = { version = "0.28", features = ["extension-module", "abi3-py38"], optional = true }
4444
rocksdb = { version = "0.22", optional = true }
4545
candle-core = { version = "0.10", optional = true }
4646
candle-nn = { version = "0.10", optional = true }

0 commit comments

Comments
 (0)