From 13c01a0e2aa2175df10eb3aa7a4d17d5ca4efa0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 04:30:59 +0000 Subject: [PATCH] :arrow_up: Update polars requirement from 0.28 to 0.31 Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/rs-0.28...rs-0.31.1) --- updated-dependencies: - dependency-name: polars 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 3a942b3..14fff1a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ ndarray = { version = "0.15", features = ["serde"], optional = true } csv = { version = "1.1", optional = true } rulinalg = { version = "0.4", optional = true } nalgebra = { version = "0.32", features = ["serde-serialize"], optional = true } -polars = { version = "0.28", features = ["lazy"], optional = true } +polars = { version = "0.31", features = ["lazy"], optional = true } [dev-dependencies] csv = "1.1"