From f92229c719d06dbf2856d768b5db30a70493c144 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 May 2023 12:12:08 +0000 Subject: [PATCH] Update polars requirement from 0.29.0 to 0.30.0 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 9833b220..be31c6f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -57,7 +57,7 @@ enum-iterator = "1.4.0" getrandom = {version = "0.2", features = ["js"]} [dev-dependencies] -polars = {version = "0.29.0", features = ["parquet"]} +polars = {version = "0.30.0", features = ["parquet"]} rstest = "0.17.0" pretty_env_logger = "0.5"