From 4dc42d195367485fd9813596fef1d9994bc8c9b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Apr 2024 05:37:58 +0000 Subject: [PATCH] build(deps): update polars requirement from 0.38.1 to 0.39.2 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.38.1...rs-0.39.2) --- 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 133ee284..da55b933 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -76,7 +76,7 @@ num = { version = "0.4.1", features = ["rand"] } time = { version = "0.3.34", features = ["macros"] } # https://docs.rs/polars/latest/polars/ -polars = { version = "0.38.1", features = ["docs-selection"] } +polars = { version = "0.39.2", features = ["docs-selection"] } [dev-dependencies]