Skip to content

Commit 058afff

Browse files
dependabot[bot]PSeitz
authored andcommitted
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] <support@github.com>
1 parent 58aa4b7 commit 058afff

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.15.3"
78+
binggan = "0.16.0"
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.15.3"
26+
binggan = "0.16.0"
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.15.3"
22+
binggan = "0.16.0"
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.15.3" }
30+
binggan = { version = "0.16.0" }
3131
rand_distr = "0.5"
3232

3333
[features]

0 commit comments

Comments
 (0)