From fdde2c9d85f2a9281ebb1f5cdfdd02f67bf5d919 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Nov 2023 22:10:29 +0000 Subject: [PATCH] Update polars requirement from 0.33.2 to 0.35.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 7be2fd6f..d504c357 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ r2d2 = { version = "0.8.9", optional = true } calamine = { version = "0.22.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.33.2", features = ["dtype-full"], optional = true} +polars = { version = "0.35.2", features = ["dtype-full"], optional = true} [dev-dependencies] doc-comment = "0.3"