From 6e0979d6c566cd06e5c56da5b26ca41c27e1c0b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:47:58 +0000 Subject: [PATCH] Update polars-core requirement from 0.33.2 to 0.35.4 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) --- 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 7be2fd6f..d055c2c5 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.33.2" +polars-core = "0.35.4" # criterion = "0.3" # [[bench]]