Skip to content

Commit c202b9c

Browse files
authored
Merge pull request #418 from plotters-rs/dependabot/cargo/criterion-0.4.0
Update criterion requirement from 0.3.6 to 0.4.0
2 parents a4dab40 + dc4747c commit c202b9c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

plotters-bitmap/Cargo.toml

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

3636
[dev-dependencies]
37-
criterion = "0.3.6"
37+
criterion = "0.4.0"
3838
rayon = "1.5.1"
3939

4040
[[bench]]

plotters/Cargo.toml

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

113113
[dev-dependencies]
114114
itertools = "0.10.0"
115-
criterion = "0.3.6"
115+
criterion = "0.4.0"
116116
rayon = "1.5.1"
117117
serde_json = "1.0.82"
118118
serde = "1.0.139"

0 commit comments

Comments
 (0)