From 5174ce863c9c7f792da40651cfaa00ea404d2990 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 00:41:09 +0000 Subject: [PATCH] Update polars requirement from 0.42.0 to 0.43.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/compare/rs-0.42.0...rs-0.43.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 abb76d9f..37fe182b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -80,7 +80,7 @@ serde_dhall = "0.12" toml = "0.8.14" [dev-dependencies] -polars = { version = "0.42.0", features = ["parquet"] } +polars = { version = "0.43.1", features = ["parquet"] } rstest = "0.22.0" pretty_env_logger = "0.5"