Skip to content

Commit d3c4197

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ ouroboros = "0.18.3"
4242
serde_derive = "1.0"
4343
serde_json = { version = "1.0", default-features = false }
4444
tempfile = "3.2"
45-
criterion = "0.6"
45+
criterion = "0.8"
4646
rand = "0.8"
4747
uuid = { version = "1.1", features = ["serde"] }
4848
chrono = { version = "0.4", features = ["serde"] }

0 commit comments

Comments
 (0)