Skip to content

Commit 297a114

Browse files
[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

File tree

2 files changed

+5
-25
lines changed

2 files changed

+5
-25
lines changed

Cargo.lock

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

crates/bitwarden-crypto/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ zeroize = { version = ">=1.7.0, <2.0", features = ["derive", "aarch64"] }
5858
zeroizing-alloc = ">=0.1.0, <0.2"
5959

6060
[dev-dependencies]
61-
criterion = "0.5.1"
61+
criterion = "0.6.0"
6262
rand_chacha = "0.3.1"
6363
serde_json = { workspace = true }
6464

0 commit comments

Comments
 (0)