Skip to content

Commit

Permalink
Merge pull request #418 from plotters-rs/dependabot/cargo/criterion-0…
Browse files Browse the repository at this point in the history
….4.0

Update criterion requirement from 0.3.6 to 0.4.0
  • Loading branch information
AaronErhardt authored Sep 12, 2022
2 parents a4dab40 + dc4747c commit c202b9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plotters-bitmap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ features = ["ttf", "line_series", "bitmap_backend"]
path = "../plotters"

[dev-dependencies]
criterion = "0.3.6"
criterion = "0.4.0"
rayon = "1.5.1"

[[bench]]
Expand Down
2 changes: 1 addition & 1 deletion plotters/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ deprecated_items = [] # Keep some of the deprecated items for backward compatibi

[dev-dependencies]
itertools = "0.10.0"
criterion = "0.3.6"
criterion = "0.4.0"
rayon = "1.5.1"
serde_json = "1.0.82"
serde = "1.0.139"
Expand Down

0 comments on commit c202b9c

Please sign in to comment.