From f89ffc1bef0591968dcc5f13b11d339fb66dffb1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2024 05:40:00 +0000 Subject: [PATCH] build(deps): update polars requirement from 0.43.1 to 0.44.0 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/compare/rs-0.43.1...rs-0.44.0) --- 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 f456ff41..a8769f27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,7 +85,7 @@ num = { version = "0.4.1", features = ["rand"] } time = { version = "0.3.34", features = ["macros"] } # https://docs.rs/polars/latest/polars/ -polars = { version = "0.43.1", features = ["docs-selection"] } +polars = { version = "0.44.0", features = ["docs-selection"] } # https://docs.rs/uuid/latest/uuid/ uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }