Skip to content

Commit 4305e40

Browse files
dependabot[bot]PSeitz
authored andcommitted
Update binggan requirement from 0.16.1 to 0.17.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.17.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent edfb02b commit 4305e40

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

3333
[features]

0 commit comments

Comments
 (0)