From 5fda5e8dc2bb8fc6c166918987aff01966adbf28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 09:50:58 +0100 Subject: [PATCH] chore(deps): Update pyo3-log requirement from 0.10 to 0.11 (#216) 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/compare/v0.10.0...v0.10.0) --- updated-dependencies: - dependency-name: pyo3-log dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4653f03b..0388be16 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ ndarray = "0.15.3" polars = { version = "0.41.2", features = ["lazy", "rows", "ndarray"] } pyo3-polars = "0.15" pyo3 = { version = "0.21", default-features = false } -pyo3-log = "0.10" +pyo3-log = "0.11" tracing = { version = "0.1", features = ["log"] } csv = "1.1" hdf5 = { git = "https://github.com/aldanor/hdf5-rust.git", package = "hdf5", features = ["static", "zlib"] }