Skip to content

Commit 8d7479b

Browse files
dependabot[bot]Stranger6667
authored andcommitted
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.4.0...v0.5.0) --- updated-dependencies: - dependency-name: pyo3-built dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b4826da commit 8d7479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/python/Cargo.toml

+1-1
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.21.0", features = ["extension-module", "abi3-py37"] }
18-
pyo3-built = "0.4"
18+
pyo3-built = "0.5"
1919
rayon = "1"
2020
url = "2"
2121

0 commit comments

Comments
 (0)