Skip to content

Commit 99c8931

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

2 files changed

+2
-2
lines changed

rust/experimental/query_engine/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ datafusion = { version = "51.0.0", default-features = false }
2626
bytes = "1.10.1"
2727
caseless = "0.2.2"
2828
chrono = "0.4.41"
29-
criterion = "0.7.0"
29+
criterion = "0.8.0"
3030
futures-core = "0.3"
3131
hex = "0.4.3"
3232
opentelemetry-proto = "0.31.0"

rust/otap-dataflow/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ chrono = { version = "0.4", features = ["serde"] }
6767
ciborium = "0.2.2"
6868
clap = { version = "4.5.42", features = ["derive"] }
6969
core_affinity = "0.8.3"
70-
criterion = "0.7.0"
70+
criterion = "0.8.0"
7171
data-encoding = "2.9.0"
7272
fluke-hpack = "0.3.1"
7373
flume = { version = "0.11.1", default-features = false, features = ["async"] }

0 commit comments

Comments
 (0)