From 1b54140311748b3f26e7deb2d3a650b4ca0d70cd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 10:20:48 +0000 Subject: [PATCH] Update Rust crate pyo3 to 0.17.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3836370..232abe2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ crate-type = ["cdylib"] version = "0.16.2" [dependencies.pyo3] -version = "0.16.5" +version = "0.17.1" features = ["extension-module"] [target.x86_64-apple-darwin]