From f74ea84e6d605c42f5c96f629e6049ed408d3fb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 06:14:51 +0000 Subject: [PATCH] build(deps): update polars requirement from 0.43.1 to 0.44.0 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.43.1...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 b6e0f49..2d5584f 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.43.1", default-features = false, features = ["json"] } +polars = { version = "0.44.0", default-features = false, features = ["json"] } pyo3 = { version = "0.22.2", features = ["extension-module", "anyhow"] } regex = "1.6.0" reqwest = { version = "0.12.5", features = [