From 63949da68d6212a46b9d0bea04678766a2b0363f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 22:26:46 +0000 Subject: [PATCH] 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](https://github.com/pyo3/pyo3-built/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: pyo3-built dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bindings/python/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index 99cd691f..45a2aca8 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -15,7 +15,7 @@ built = { version = "0.7.1", features = ["cargo-lock", "chrono"] } [dependencies] pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py37"] } -pyo3-built = "0.5" +pyo3-built = "0.6" rayon = "1" url = "2"