Skip to content

Commit dc4747c

Browse files
Update criterion requirement from 0.3.6 to 0.4.0
Updates the requirements on [criterion](https://github.com/bheisler/criterion.rs) to permit the latest version. - [Release notes](https://github.com/bheisler/criterion.rs/releases) - [Changelog](https://github.com/bheisler/criterion.rs/blob/master/CHANGELOG.md) - [Commits](bheisler/criterion.rs@0.3.6...0.4.0) --- updated-dependencies: - dependency-name: criterion dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a4dab40 commit dc4747c

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)