Skip to content

Commit 950a8a2

Browse files
committed
Update criterion to 0.8.1.
1 parent d80cdf0 commit 950a8a2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plotters-bitmap/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ features = ["ttf", "line_series", "bitmap_backend"]
3535
path = "../plotters"
3636

3737
[dev-dependencies]
38-
criterion = "0.5.1"
38+
criterion = "0.8.1"
3939
rayon = "1.5.1"
4040

4141
[[bench]]

plotters/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ deprecated_items = [] # Keep some of the deprecated items for backward compatibi
121121

122122
[dev-dependencies]
123123
itertools = "0.14.0"
124-
criterion = "0.5.1"
124+
criterion = "0.8.1"
125125
rayon = "1.5.1"
126126
serde_json = "1.0.82"
127127
serde_derive = "1.0.140"

0 commit comments

Comments
 (0)