Commit 99c8931
authored
chore(deps): update rust crate criterion to 0.8.0 (open-telemetry#1543)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [criterion](https://criterion-rs.github.io/book/index.html)
([source](https://redirect.github.com/criterion-rs/criterion.rs)) |
workspace.dependencies | minor | `0.7.0` -> `0.8.0` |
---
### Release Notes
<details>
<summary>criterion-rs/criterion.rs (criterion)</summary>
###
[`v0.8.1`](https://redirect.github.com/criterion-rs/criterion.rs/blob/HEAD/CHANGELOG.md#081---2025-12-07)
[Compare
Source](https://redirect.github.com/criterion-rs/criterion.rs/compare/criterion-v0.8.0...criterion-v0.8.1)
##### 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`](https://redirect.github.com/criterion-rs/criterion.rs/blob/HEAD/CHANGELOG.md#080---2025-11-29)
[Compare
Source](https://redirect.github.com/criterion-rs/criterion.rs/compare/0.7.0...criterion-v0.8.0)
##### 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.
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "before 8am 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/open-telemetry/otel-arrow).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4zMi4yIiwidXBkYXRlZEluVmVyIjoiNDIuMzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIl19-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 6564239 commit 99c8931
File tree
2 files changed
+2
-2
lines changed- rust
- experimental/query_engine
- otap-dataflow
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments