From 8dc942e8e781e694a13dc186ceb7d68be60e1249 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2024 20:05:11 +0000 Subject: [PATCH] Update binggan requirement from 0.10.0 to 0.12.0 --- updated-dependencies: - dependency-name: binggan dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- columnar/Cargo.toml | 2 +- common/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3eb0688b0..0c73fdd4e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -72,7 +72,7 @@ fnv = "1.0.7" winapi = "0.3.9" [dev-dependencies] -binggan = "0.10.0" +binggan = "0.12.0" rand = "0.8.5" maplit = "1.0.2" matches = "0.1.9" diff --git a/columnar/Cargo.toml b/columnar/Cargo.toml index 4bf322ffd..99693eba5 100644 --- a/columnar/Cargo.toml +++ b/columnar/Cargo.toml @@ -23,7 +23,7 @@ downcast-rs = "1.2.0" proptest = "1" more-asserts = "0.3.1" rand = "0.8" -binggan = "0.10.0" +binggan = "0.12.0" [[bench]] name = "bench_merge" diff --git a/common/Cargo.toml b/common/Cargo.toml index 9d6dd69e6..e6cf5b1a5 100644 --- a/common/Cargo.toml +++ b/common/Cargo.toml @@ -19,7 +19,7 @@ time = { version = "0.3.10", features = ["serde-well-known"] } serde = { version = "1.0.136", features = ["derive"] } [dev-dependencies] -binggan = "0.10.0" +binggan = "0.12.0" proptest = "1.0.0" rand = "0.8.4"