Skip to content

Commit 808c8af

Browse files
Bump criterion from 0.7.0 to 0.8.1 (RustPython#6361)
Bumps [criterion](https://github.com/criterion-rs/criterion.rs) from 0.7.0 to 0.8.1. - [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@criterion-plot-v0.7.0...criterion-v0.8.1) --- updated-dependencies: - dependency-name: criterion dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d432cfd commit 808c8af

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

Cargo.lock

Lines changed: 15 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ bstr = "1"
164164
cfg-if = "1.0"
165165
chrono = { version = "0.4.42", default-features = false, features = ["clock", "oldtime", "std"] }
166166
constant_time_eq = "0.4"
167-
criterion = { version = "0.7", features = ["html_reports"] }
167+
criterion = { version = "0.8", features = ["html_reports"] }
168168
crossbeam-utils = "0.8.21"
169169
flame = "0.2.2"
170170
getrandom = { version = "0.3", features = ["std"] }

0 commit comments

Comments
 (0)