From b6d19adabaa0b77fb84c7b1470705d8db9cd4d4f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:01:21 +0000 Subject: [PATCH] Update polars-core requirement from 0.35.4 to 0.36.2 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/rs-0.36.2) --- 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 4a472d7a..f60a9b12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ uuid = { version = "1.0", features = ["v4"] } unicase = "2.6.0" rand = "0.8.3" tempdir = "0.3.7" -polars-core = "0.35.4" +polars-core = "0.36.2" # criterion = "0.3" # [[bench]]