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"