From 9ec1eae221b19dcbb05853a7f46cf42cd114279e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:34:53 +0000 Subject: [PATCH] Update polars requirement from 0.49.1 to 0.51.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/compare/rs-0.49.1...rs-0.49.1) --- updated-dependencies: - dependency-name: polars dependency-version: 0.49.1 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 2cdb043..60c8132 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ tag = "v1.1.1" ezpz-stubz = { path = "stubz", package = "ezpz-stubz" } hashbrown = { version = "0.15.4" } -polars = { version = "0.49.1", features = [ +polars = { version = "0.51.0", features = [ "dataframe_arithmetic", "describe", "dtype-full",