From b19713fe46cebff653decefac4259eb9df75b4b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 15:33:24 +0000 Subject: [PATCH] Update polars requirement from 0.52.0 to 0.53.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.52.0...rs-0.53.0) --- updated-dependencies: - dependency-name: polars dependency-version: 0.53.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- metropolis-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metropolis-core/Cargo.toml b/metropolis-core/Cargo.toml index 744f234..6dfba27 100644 --- a/metropolis-core/Cargo.toml +++ b/metropolis-core/Cargo.toml @@ -42,7 +42,7 @@ object-pool = "0.6" once_cell = "1.17" parquet = { version = "57.1", features = ["arrow", "json"] } petgraph = { version = "0.8", default-features = false } -polars = { version = "0.52.0", default-features = false, features = [ +polars = { version = "0.53.0", default-features = false, features = [ "csv", "parquet", ] }