Skip to content

chore(deps): update rust crate criterion to 0.8 - #475

Merged
renovate[bot] merged 1 commit into
mainfrom
renovate/criterion-0.x
Jan 30, 2026
Merged

chore(deps): update rust crate criterion to 0.8#475
renovate[bot] merged 1 commit into
mainfrom
renovate/criterion-0.x

Conversation

@renovate

@renovate renovate Bot commented Jan 30, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
criterion (source) dev-dependencies minor 0.50.8

Release Notes

criterion-rs/criterion.rs (criterion)

v0.8.1

Compare Source

Fixed
  • Homepage link
Other
  • (deps) bump crate-ci/typos from 1.23.5 to 1.40.0
  • (deps) bump jontze/action-mdbook from 3 to 4
  • (deps) bump actions/checkout from 4 to 6

v0.8.0

Compare Source

BREAKING
  • Drop async-std support
Changed
  • Bump MSRV to 1.86, stable to 1.91.1
Added
  • Add ability to plot throughput on summary page.
  • Add support for reporting throughput in elements and bytes - Throughput::ElementsAndBytes allows the text summary to report throughput in both units simultaneously.
  • Add alloca-based memory layout randomisation to mitigate memory effects on measurements.
  • Add doc comment to benchmark runner in criterion_group macro (removes linter warnings)
Fixed
  • Fix plotting NaN bug
Other
  • Remove Master API Docs links temporarily while we restore the docs publishing.

v0.7.0

Compare Source

  • Bump version of criterion-plot to align dependencies.

v0.6.0

Compare Source

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

Configuration

📅 Schedule: Branch creation - "before 4am on friday" in timezone America/Chicago, Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot enabled auto-merge (squash) January 30, 2026 08:59
@socket-security

socket-security Bot commented Jan 30, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Updatedcargo/​criterion@​0.5.1 ⏵ 0.8.199 +110098100100

View full report

@codecov

codecov Bot commented Jan 30, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.57%. Comparing base (cc9e5bb) to head (1041448).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #475   +/-   ##
=======================================
  Coverage   70.57%   70.57%           
=======================================
  Files          47       47           
  Lines        6597     6597           
  Branches     6597     6597           
=======================================
  Hits         4656     4656           
  Misses       1264     1264           
  Partials      677      677           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@renovate
renovate Bot force-pushed the renovate/criterion-0.x branch from 0c0ba6c to 1041448 Compare January 30, 2026 09:06
@renovate
renovate Bot merged commit 16f3858 into main Jan 30, 2026
7 checks passed
@renovate
renovate Bot deleted the renovate/criterion-0.x branch January 30, 2026 09:10
jdx pushed a commit that referenced this pull request Jan 31, 2026
### 🐛 Bug Fixes

- **(docs)** increase gap between feature grid and action buttons on
landing page by [@jdx](https://github.com/jdx) in
[#482](#482)

### 📚 Documentation

- add bash array pattern for variadic args by
[@jdx](https://github.com/jdx) in
[#480](#480)

### 📦️ Dependency Updates

- update rust crate clap to v4.5.56 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#474](#474)
- update apple-actions/import-codesign-certs action to v6 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#477](#477)
- update dependency node to v24 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#478](#478)
- update rust crate criterion to 0.8 by
[@renovate[bot]](https://github.com/renovate[bot]) in
[#475](#475)
tmeijn pushed a commit to tmeijn/dotfiles that referenced this pull request Feb 2, 2026
This MR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [usage](https://github.com/jdx/usage) | minor | `2.15.1` → `2.16.1` |

MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot).

**Proposed changes to behavior should be submitted there as MRs.**

---

### Release Notes

<details>
<summary>jdx/usage (usage)</summary>

### [`v2.16.1`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#2161---2026-01-31)

[Compare Source](jdx/usage@v2.16.0...v2.16.1)

##### 🐛 Bug Fixes

- **(docs)** increase gap between feature grid and action buttons on landing page by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;482](jdx/usage#482)
- **(parse)** handle variadic ellipsis inside brackets like \[args...] by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;481](jdx/usage#481)

##### 📚 Documentation

- add bash array pattern for variadic args by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;480](jdx/usage#480)

##### 📦️ Dependency Updates

- update rust crate clap to v4.5.56 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;474](jdx/usage#474)
- update apple-actions/import-codesign-certs action to v6 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;477](jdx/usage#477)
- update dependency node to v24 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;478](jdx/usage#478)
- update rust crate criterion to 0.8 by [@&#8203;renovate\[bot\]](https://github.com/renovate\[bot]) in [#&#8203;475](jdx/usage#475)

### [`v2.16.0`](https://github.com/jdx/usage/blob/HEAD/CHANGELOG.md#2160---2026-01-29)

[Compare Source](jdx/usage@v2.15.1...v2.16.0)

##### 🚀 Features

- **(windows)** add Windows binaries and fix completion support by [@&#8203;jdx](https://github.com/jdx) in [#&#8203;472](jdx/usage#472)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this MR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box

---

This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi45NC42IiwidXBkYXRlZEluVmVyIjoiNDIuOTUuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90IiwiYXV0b21hdGlvbjpib3QtYXV0aG9yZWQiLCJkZXBlbmRlbmN5LXR5cGU6Om1pbm9yIl19-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants