From 5625fea8d954297a63eb5875ece8eea61ff8c214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 05:16:50 +0000 Subject: [PATCH] build(deps): update polars requirement from 0.41.1 to 0.43.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.41.2...rs-0.43.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 841c3f93..98e0069d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -84,7 +84,7 @@ num = { version = "0.4.1", features = ["rand"] } time = { version = "0.3.34", features = ["macros"] } # https://docs.rs/polars/latest/polars/ -polars = { version = "0.41.1", features = ["docs-selection"] } +polars = { version = "0.43.0", features = ["docs-selection"] } # https://docs.rs/uuid/latest/uuid/ uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }