Skip to content

Commit 29f3455

Browse files
Update pyo3 requirement from 0.25 to 0.26
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.25.0...v0.26.0) --- updated-dependencies: - dependency-name: pyo3 dependency-version: 0.26.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5e6c5b7 commit 29f3455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,11 @@ futures = "0.3"
120120
inventory = { version = "0.3", optional = true }
121121
once_cell = "1.14"
122122
pin-project-lite = "0.2"
123-
pyo3 = "0.25"
123+
pyo3 = "0.26"
124124
pyo3-async-runtimes-macros = { path = "pyo3-async-runtimes-macros", version = "=0.25.0", optional = true }
125125

126126
[dev-dependencies]
127-
pyo3 = { version = "0.25", features = ["macros"] }
127+
pyo3 = { version = "0.26", features = ["macros"] }
128128

129129
[dependencies.async-std]
130130
version = "1.12"

0 commit comments

Comments
 (0)