From cf026a070e87fb54352a5c5e2395bf5c512a0737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 22:15:16 +0000 Subject: [PATCH] Update polars requirement from 0.31.1 to 0.33.2 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/commits) --- 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 18287978..7b70aa22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ r2d2 = { version = "0.8.9", optional = true } calamine = { version = "0.21.0", optional = true } num = { version = "0.4", optional = true, default-features = false, features = ["std"] } duckdb-loadable-macros = { version = "0.1.0", path="./duckdb-loadable-macros", optional = true } -polars = { version = "0.31.1", features = ["dtype-full"], optional = true} +polars = { version = "0.33.2", features = ["dtype-full"], optional = true} [dev-dependencies] doc-comment = "0.3"