Skip to content

Commit 23c31bd

Browse files
build(deps): update pyo3 requirement from 0.19 to 0.20 (#168)
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.19.0...v0.20.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Max Inden <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Max Inden <[email protected]>
1 parent d897372 commit 23c31bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ prost-types = { version = "0.11.0", optional = true }
2929
async-std = { version = "1", features = ["attributes"] }
3030
criterion = "0.5"
3131
http-types = "2"
32-
pyo3 = "0.19"
32+
pyo3 = "0.20"
3333
quickcheck = "1"
3434
rand = "0.8.4"
3535
tide = "0.16"

0 commit comments

Comments
 (0)