Skip to content

Commit

Permalink
Update binggan requirement from 0.8.0 to 0.9.1
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: binggan
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent 85395d9 commit 6356561
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ fnv = "1.0.7"
winapi = "0.3.9"

[dev-dependencies]
binggan = "0.8.0"
binggan = "0.9.1"
rand = "0.8.5"
maplit = "1.0.2"
matches = "0.1.9"
Expand Down
2 changes: 1 addition & 1 deletion columnar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ downcast-rs = "1.2.0"
proptest = "1"
more-asserts = "0.3.1"
rand = "0.8"
binggan = "0.8.1"
binggan = "0.9.1"

[[bench]]
name = "bench_merge"
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ time = { version = "0.3.10", features = ["serde-well-known"] }
serde = { version = "1.0.136", features = ["derive"] }

[dev-dependencies]
binggan = "0.8.1"
binggan = "0.9.1"
proptest = "1.0.0"
rand = "0.8.4"

0 comments on commit 6356561

Please sign in to comment.