From baeb9e226a0cf706fd4aee12cd1d4e75945ddd83 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 06:13:47 +0000 Subject: [PATCH] build(deps): update polars-core requirement from 0.44.2 to 0.45.1 Updates the requirements on [polars-core](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/commits) --- updated-dependencies: - dependency-name: polars-core 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 82aeefd..40bc4cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ mysql = { version = "25.0.1", default-features = false, features = [ "rustls-tls", ] } # polars = { version = "0.43.1", default-features = false, features = ["json"] } -polars-core = { version = "0.44.2", default-features = false } +polars-core = { version = "0.45.1", default-features = false } polars-io = { version = "0.44.2", default-features = false, features = [ "json", "csv",