From eb05671cb0b9f89b3091368163302a635f9fd927 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Feb 2021 05:39:30 +0000 Subject: [PATCH] Update pyo3 requirement from 0.8.5 to 0.13.2 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/master/CHANGELOG.md) - [Commits](https://github.com/pyo3/pyo3/compare/v0.8.5...v0.13.2) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c38421f..f60e87b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ crate-type = ["cdylib"] # argmin_core = { path = "../argmin-core" } # argmin = { path = "../argmin", features = ["ctrlc", "ndarrayl"]} argmin = {version = "0.2.6", features = ["ctrlc", "ndarrayl"]} -pyo3 = { version = "0.8.5", features = ["extension-module"] } +pyo3 = { version = "0.13.2", features = ["extension-module"] } serde = "1.0" numpy = "0.7.0" ndarray = "0.13"