From b65e2d034257c69690b9967c54446f2250de550b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:03:56 +0000 Subject: [PATCH] Update polars requirement from 0.40.0 to 0.41.2 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.40.0...rs-0.41.2) --- 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 51f8c096..260aa003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,7 @@ snafu = { version = "0.8.3", features = ["backtrace"] } serde_dhall = "0.12" [dev-dependencies] -polars = { version = "0.40.0", features = ["parquet"] } +polars = { version = "0.41.2", features = ["parquet"] } rstest = "0.21.0" pretty_env_logger = "0.5"