Skip to content

Commit f5edb95

Browse files
Update pyo3 requirement from 0.22 to 0.23
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.23.1) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f6bb9b4 commit f5edb95

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.22"
123+
pyo3 = "0.23"
124124
pyo3-async-runtimes-macros = { path = "pyo3-async-runtimes-macros", version = "=0.22.0", optional = true }
125125

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

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

0 commit comments

Comments
 (0)