From a8a77d717bb2457e497fef137c70df7ae595e96c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 06:00:30 +0000 Subject: [PATCH] build(deps): update polars requirement from 0.41.1 to 0.42.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.42.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..7c3b17e1 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.42.0", features = ["docs-selection"] } # https://docs.rs/uuid/latest/uuid/ uuid = { version = "1.10.0", features = ["v4", "fast-rng"] }