diff --git a/Cargo.toml b/Cargo.toml index 49ea749..cf90039 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,10 +31,10 @@ exclude = [ ] [dependencies] -polars = { version = "0.47.1", features = ["lazy", "strings", "temporal", "rolling_window", "parquet", "dtype-categorical", "dtype-struct"] } +polars = { version = "0.52.0", features = ["lazy", "strings", "temporal", "rolling_window", "parquet", "dtype-categorical", "dtype-struct", "regex", "timezones"] } chrono = "0.4.34" thiserror = "2.0.11" # Consider updating if needed, check compatibility -ndarray = "0.16.1" # Consider updating if needed, check compatibility +ndarray = "0.17.2" # Consider updating if needed, check compatibility serde = { version = "1.0", features = ["derive"] } rand = "0.9.1"