diff --git a/Cargo.toml b/Cargo.toml index 82aeefd..bd5e5c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ mysql = { version = "25.0.1", default-features = false, features = [ ] } # polars = { version = "0.43.1", default-features = false, features = ["json"] } polars-core = { version = "0.44.2", default-features = false } -polars-io = { version = "0.44.2", default-features = false, features = [ +polars-io = { version = "0.45.0", default-features = false, features = [ "json", "csv", ] }