diff --git a/Cargo.toml b/Cargo.toml index 9205ca8e..f2e97a0f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -78,7 +78,7 @@ typed-builder = "0.18.0" pythonize = { version = "0.19", optional = true } [dev-dependencies] -polars = { version = "0.34.2", features = ["parquet"] } +polars = { version = "0.35.0", features = ["parquet"] } rstest = "0.18.1" pretty_env_logger = "0.5"