From 90d85a7a2181b3a06cb2318b530695f3364ad997 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:09:30 +0000 Subject: [PATCH] build(deps): update polars-io requirement from 0.44.2 to 0.45.0 Updates the requirements on [polars-io](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-io 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..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", ] }