From 9d6dfc0b90d3818e6037e66e686c331a3c1a31c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Feb 2026 12:06:17 +0000 Subject: [PATCH] chore(deps): update rust crate polars to 0.53.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 300248b..56ce648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ description = "A simple and fast CLI tool to check csv files" [dependencies] clap = { version = "4.5.27", features = ["derive", "env"] } comfy-table = "7.1.3" -polars ={ version = "0.45.1", features = ["simd" ,"nightly"] } +polars ={ version = "0.53.0", features = ["simd" ,"nightly"] } serde = { version = "1.0.217", features = ["derive"] } toml = "0.8.19"