Skip to content

Commit 63949da

Browse files
build(deps): update pyo3-built requirement in /bindings/python
Updates the requirements on [pyo3-built](https://github.com/pyo3/pyo3-built) to permit the latest version. - [Commits](PyO3/pyo3-built@v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: pyo3-built dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c399b45 commit 63949da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ built = { version = "0.7.1", features = ["cargo-lock", "chrono"] }
1515

1616
[dependencies]
1717
pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py37"] }
18-
pyo3-built = "0.5"
18+
pyo3-built = "0.6"
1919
rayon = "1"
2020
url = "2"
2121

0 commit comments

Comments
 (0)