From 99c33d81ed7bf60f0549ee6093aa110e1e501b74 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Sep 2025 14:59:53 +0000 Subject: [PATCH] Update hashbrown requirement from 0.15.4 to 0.16.0 Updates the requirements on [hashbrown](https://github.com/rust-lang/hashbrown) to permit the latest version. - [Release notes](https://github.com/rust-lang/hashbrown/releases) - [Changelog](https://github.com/rust-lang/hashbrown/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/hashbrown/compare/v0.15.4...v0.15.5) --- updated-dependencies: - dependency-name: hashbrown dependency-version: 0.15.5 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 2cdb043..9a73ab6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,7 +34,7 @@ tag = "v1.1.1" [workspace.dependencies] ezpz-stubz = { path = "stubz", package = "ezpz-stubz" } -hashbrown = { version = "0.15.4" } +hashbrown = { version = "0.16.0" } polars = { version = "0.49.1", features = [ "dataframe_arithmetic", "describe",