diff --git a/Cargo.toml b/Cargo.toml index 15429dd..2350395 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ mysql = { version = "25.0.1", default-features = false, features = [ "minimal", "rustls-tls", ] } -polars = { version = "0.43.1", default-features = false, features = ["json"] } +polars = { version = "0.44.2", default-features = false, features = ["json"] } pyo3 = { version = "0.22.2", features = ["extension-module", "anyhow"] } regex = "1.6.0" reqwest = { version = "0.12.5", default-features = false, features = [