From cb9efa08e93ddbe3a02df1e9ce35f94cda8f2e06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Apr 2024 22:23:22 +0000 Subject: [PATCH] Update polars requirement from 0.35.4 to 0.39.2 --- 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 99c4f03a..9c4b8199 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,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.1", path="./duckdb-loadable-macros", optional = true } -polars = { version = "0.35.4", features = ["dtype-full"], optional = true} +polars = { version = "0.39.2", features = ["dtype-full"], optional = true} num-integer = {version = "0.1.46", optional = true} [dev-dependencies]