From cfc3905366327f1c65b818e321ec954a1fbe8ebc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 11:57:01 +0000 Subject: [PATCH] Update pyo3-log requirement from 0.10 to 0.11 Updates the requirements on [pyo3-log](https://github.com/vorner/pyo3-log) to permit the latest version. - [Changelog](https://github.com/vorner/pyo3-log/blob/main/CHANGELOG.md) - [Commits](https://github.com/vorner/pyo3-log/commits) --- updated-dependencies: - dependency-name: pyo3-log dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 145841b5..9e775d02 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -54,7 +54,7 @@ lazy_static = "1.4.0" approx = "0.5" rand_pcg = "0.3" pyo3 = { version = "0.21", optional = true, features = ["extension-module"] } -pyo3-log = { version = "0.10", optional = true } +pyo3-log = { version = "0.11", optional = true } numpy = { version = "0.21", optional = true } indicatif = { version = "0.17", features = ["rayon"] } rstats = "2.0.1"