Skip to content

Commit 3abc137

Browse files
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 129c40f commit 3abc137

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ typetag = "0.2.21"
7575
winapi = "0.3.9"
7676

7777
[dev-dependencies]
78-
binggan = "0.14.2"
78+
binggan = "0.15.3"
7979
rand = "0.9"
8080
maplit = "1.0.2"
8181
matches = "0.1.9"

columnar/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ downcast-rs = "2.0.1"
2323
proptest = "1"
2424
more-asserts = "0.3.1"
2525
rand = "0.9"
26-
binggan = "0.14.0"
26+
binggan = "0.15.3"
2727

2828
[[bench]]
2929
name = "bench_merge"

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ time = { version = "0.3.47", features = ["serde-well-known"] }
1919
serde = { version = "1.0.136", features = ["derive"] }
2020

2121
[dev-dependencies]
22-
binggan = "0.14.0"
22+
binggan = "0.15.3"
2323
proptest = "1.0.0"
2424
rand = "0.9"

stacker/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ rand = "0.9"
2727
zipf = "7.0.0"
2828
rustc-hash = "2.1.0"
2929
proptest = "1.2.0"
30-
binggan = { version = "0.14.0" }
30+
binggan = { version = "0.15.3" }
3131
rand_distr = "0.5"
3232

3333
[features]

0 commit comments

Comments
 (0)