chore(deps): update rust crate criterion to 0.5
This MR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| criterion (source) | dev-dependencies | minor |
0.4 -> 0.5
|
Release Notes
bheisler/criterion.rs
v0.5.1
Fixed
- Quick mode (--quick) no longer crashes with measured times over 5 seconds when --noplot is not active
v0.5.0
Changed
- Replaced lazy_static dependency with once_cell
- Improved documentation of the
html_reportsfeature - Replaced atty dependency with is-terminal
- MSRV bumped to 1.64
- Upgraded clap dependency to v4
- Upgraded tempfile dependency to v3.5.0
Fixed
- Quick mode (
--quick) no longer outputs 1ms for measured times over 5 seconds - Documentation updates
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by Dennis Eijkel