From 3abc137bfecaab4bcfe88126a5bc27ba75933cce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2026 07:59:02 +0800 Subject: [PATCH] Update binggan requirement from 0.14.2 to 0.15.3 (#2870) Updates the requirements on [binggan](https://github.com/pseitz/binggan) to permit the latest version. - [Commits](https://github.com/pseitz/binggan/commits) --- updated-dependencies: - dependency-name: binggan dependency-version: 0.15.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 ee308b842..2e17f1738 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ typetag = "0.2.21" winapi = "0.3.9" [dev-dependencies] -binggan = "0.14.2" +binggan = "0.15.3" rand = "0.9" maplit = "1.0.2" matches = "0.1.9" diff --git a/columnar/Cargo.toml b/columnar/Cargo.toml index b91ab36ff..b528f879b 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.14.0" +binggan = "0.15.3" [[bench]] name = "bench_merge" diff --git a/common/Cargo.toml b/common/Cargo.toml index 8d518d501..778da6ac9 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.14.0" +binggan = "0.15.3" proptest = "1.0.0" rand = "0.9" diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index 81388bdfd..e4f9d58ee 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.14.0" } +binggan = { version = "0.15.3" } rand_distr = "0.5" [features]