Commit 297a114
authored
[deps]: Update Rust crate criterion to 0.6.0 (#288)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [criterion](https://bheisler.github.io/criterion.rs/book/index.html)
([source](https://redirect.github.com/bheisler/criterion.rs)) |
dev-dependencies | minor | `0.5.1` -> `0.6.0` |
---
### Release Notes
<details>
<summary>bheisler/criterion.rs (criterion)</summary>
###
[`v0.6.0`](https://redirect.github.com/bheisler/criterion.rs/blob/HEAD/CHANGELOG.md#060---2025-05-17)
[Compare
Source](https://redirect.github.com/bheisler/criterion.rs/compare/0.5.1...0.6.0)
##### Changed
- MSRV bumped to 1.80
- The `real_blackbox` feature no longer has any impact. Criterion always
uses `std::hint::black_box()` now.
Users of `criterion::black_box()` should switch to
`std::hint::black_box()`.
- `clap` dependency unpinned.
##### Fixed
- gnuplot version is now correctly detected when using certain Windows
binaries/configurations that used to fail
##### Added
- Async benchmarking with Tokio may be done via a
`tokio::runtime::Handle`, not only a `tokio::runtime::Runtime`
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "every 2nd week starting on the 2 week
of the year before 4am on Monday" (UTC), Automerge - At any time (no
schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/bitwarden/sdk-internal).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC4xNi4wIiwidXBkYXRlZEluVmVyIjoiNDAuMTYuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 7269f31 commit 297a114
2 files changed
Lines changed: 5 additions & 25 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
0 commit comments