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"] }