From d690da752dfeabd81585ae3d1e90d6f111f23062 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Sep 2023 01:31:57 +0000 Subject: [PATCH] Update polars requirement from ^0.32 to ^0.33 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 994fab6..ae2b59b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -51,7 +51,7 @@ rayon = "^1" criterion = { version = "0.5", features = ["html_reports"] } anyhow = "1" protobuf = "3" -polars = { version = "^0.32", features = ["polars-io"] } +polars = { version = "^0.33", features = ["polars-io"] } [[bench]] harness = false