From dc73ff5d7d95b7e954786ad338cba365ca7ccd47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 12:10:49 +0000 Subject: [PATCH] Update planus requirement from =1.1.1 to =1.2.0 Updates the requirements on [planus](https://github.com/planus-org/planus) to permit the latest version. - [Release notes](https://github.com/planus-org/planus/releases) - [Changelog](https://github.com/planus-org/planus/blob/main/CHANGELOG.md) - [Commits](https://github.com/planus-org/planus/compare/v1.1.1...v1.2.0) --- updated-dependencies: - dependency-name: planus dependency-version: 1.2.0 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 f7777ce3..4efd0e04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -74,7 +74,7 @@ premium = [] [dev-dependencies] polars = { version = "0.50.0", features = ["parquet"] } -planus = "=1.1.1" # cf. https://github.com/pola-rs/polars/issues/24208 +planus = "=1.2.0" # cf. https://github.com/pola-rs/polars/issues/24208 rstest = "0.26.1" pretty_env_logger = "0.5" toml = "0.9.0"