Skip to content

Commit 7e4a60e

Browse files
build(deps): Update pyo3 requirement from 0.22 to 0.25
Updates the requirements on [pyo3](https://github.com/pyo3/pyo3) to permit the latest version. - [Release notes](https://github.com/pyo3/pyo3/releases) - [Changelog](https://github.com/PyO3/pyo3/blob/main/CHANGELOG.md) - [Commits](PyO3/pyo3@v0.22.0...v0.25.1) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ec575a3 commit 7e4a60e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ uuid = { version = "1.0", optional = true }
4040
futures = { version = "0.3", optional = true }
4141
tokio = { version = "1.0", features = ["rt-multi-thread", "macros", "sync"], optional = true }
4242
rig-core = { version = "0.2.1", optional = true }
43-
pyo3 = { version = "0.22", features = ["extension-module"], optional = true }
43+
pyo3 = { version = "0.25", features = ["extension-module"], optional = true }
4444
rocksdb = { version = "0.22", optional = true }
4545
ratatui = { version = "0.26", optional = true }
4646
crossterm = { version = "0.27", optional = true }

0 commit comments

Comments
 (0)