From 058afff8b7909146e829f34ddab898f9d18d2e07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 20:04:47 +0000 Subject: [PATCH] Update binggan requirement from 0.15.3 to 0.16.0 Updates the requirements on [binggan](https://github.com/pseitz/binggan) to permit the latest version. - [Changelog](https://github.com/PSeitz/binggan/blob/main/CHANGELOG.md) - [Commits](https://github.com/pseitz/binggan/commits) --- updated-dependencies: - dependency-name: binggan dependency-version: 0.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- columnar/Cargo.toml | 2 +- common/Cargo.toml | 2 +- stacker/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index fb27391ea..e16512608 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ typetag = "0.2.21" winapi = "0.3.9" [dev-dependencies] -binggan = "0.15.3" +binggan = "0.16.0" rand = "0.9" maplit = "1.0.2" matches = "0.1.9" diff --git a/columnar/Cargo.toml b/columnar/Cargo.toml index 531d21077..8a2c420a5 100644 --- a/columnar/Cargo.toml +++ b/columnar/Cargo.toml @@ -23,7 +23,7 @@ downcast-rs = "2.0.1" proptest = "1" more-asserts = "0.3.1" rand = "0.9" -binggan = "0.15.3" +binggan = "0.16.0" [[bench]] name = "bench_merge" diff --git a/common/Cargo.toml b/common/Cargo.toml index f3cb881c3..df868dfef 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -19,6 +19,6 @@ time = { version = "0.3.47", features = ["serde-well-known"] } serde = { version = "1.0.136", features = ["derive"] } [dev-dependencies] -binggan = "0.15.3" +binggan = "0.16.0" proptest = "1.0.0" rand = "0.9" diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index f90eb7212..d75829c81 100644 --- a/stacker/Cargo.toml +++ b/stacker/Cargo.toml @@ -27,7 +27,7 @@ rand = "0.9" zipf = "7.0.0" rustc-hash = "2.1.0" proptest = "1.2.0" -binggan = { version = "0.15.3" } +binggan = { version = "0.16.0" } rand_distr = "0.5" [features]