From dfcdd5f83ab2db991f499e50143afb20428083c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Aug 2023 11:59:07 +0000 Subject: [PATCH] Update polars requirement from 0.31.1 to 0.32.1 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/commits) --- 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 2d13a4e3..f9509a4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -58,7 +58,7 @@ getrandom = {version = "0.2", features = ["js"]} typed-builder = "0.15.0" [dev-dependencies] -polars = {version = "0.31.1", features = ["parquet"]} +polars = {version = "0.32.1", features = ["parquet"]} rstest = "0.18.1" pretty_env_logger = "0.5"