From 3f37fab6e2a87ec61a0b105a405677a61e2c58ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 06:42:34 +0000 Subject: [PATCH] build(deps): update polars requirement from 0.42.0 to 0.43.1 Updates the requirements on [polars](https://github.com/pola-rs/polars) to permit the latest version. - [Release notes](https://github.com/pola-rs/polars/releases) - [Commits](https://github.com/pola-rs/polars/compare/rs-0.42.0...rs-0.43.1) --- updated-dependencies: - dependency-name: polars dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d13577c..8e04c82 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ ftp = "3.0.1" futures = "0.3.24" indicatif = "0.17.5" mysql = "25.0.1" -polars = { version = "0.42.0", default-features = false, features = ["json"] } +polars = { version = "0.43.1", default-features = false, features = ["json"] } pyo3 = { version = "0.22.2", features = ["extension-module", "anyhow"] } regex = "1.6.0" reqwest = { version = "0.12.5", features = [