From 13d74c3c20dee6ef9f0a760a8ad11bc31c6654ac Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Mon, 20 Apr 2026 11:59:47 +0200 Subject: [PATCH] Update binggan requirement from 0.16.0 to 0.16.1 (#2899) --- 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 e16512608..a58aa1214 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ typetag = "0.2.21" winapi = "0.3.9" [dev-dependencies] -binggan = "0.16.0" +binggan = "0.16.1" rand = "0.9" maplit = "1.0.2" matches = "0.1.9" diff --git a/columnar/Cargo.toml b/columnar/Cargo.toml index 8a2c420a5..a87985878 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.16.0" +binggan = "0.16.1" [[bench]] name = "bench_merge" diff --git a/common/Cargo.toml b/common/Cargo.toml index df868dfef..5242f166f 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.16.0" +binggan = "0.16.1" proptest = "1.0.0" rand = "0.9" diff --git a/stacker/Cargo.toml b/stacker/Cargo.toml index d75829c81..36b0fa9bc 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.16.0" } +binggan = { version = "0.16.1" } rand_distr = "0.5" [features]