Skip to content

Commit 51de116

Browse files
build(deps): update pyo3 requirement from 0.17 to 0.18 (#127)
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.17.0...v0.18.0) --- updated-dependencies: - dependency-name: pyo3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9141c11 commit 51de116

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
@@ -29,7 +29,7 @@ prost-types = { version = "0.11.0", optional = true }
2929
async-std = { version = "1", features = ["attributes"] }
3030
criterion = "0.4"
3131
http-types = "2"
32-
pyo3 = "0.17"
32+
pyo3 = "0.18"
3333
quickcheck = "1"
3434
rand = "0.8.4"
3535
tide = "0.16"

0 commit comments

Comments
 (0)