From 41dc63c87e9025fcb51a754fceef29939edcdea5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 23:59:55 +0000 Subject: [PATCH] Update Rust crate criterion to v4.3.0 (#17933) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [criterion](https://codspeed.io) ([source](https://redirect.github.com/CodSpeedHQ/codspeed-rust)) | dev-dependencies | minor | `4.2.1` → `4.3.0` | --- ### Release Notes
CodSpeedHQ/codspeed-rust (criterion) ### [`v4.3.0`](https://redirect.github.com/CodSpeedHQ/codspeed-rust/releases/tag/v4.3.0) [Compare Source](https://redirect.github.com/CodSpeedHQ/codspeed-rust/compare/v4.2.1...v4.3.0) ##### What's Changed - feat(cargo-codspeed): add internal build mode by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​159](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/159) - fix: instrument-hooks error in CI by [@​not-matthias](https://redirect.github.com/not-matthias) in [#​161](https://redirect.github.com/CodSpeedHQ/codspeed-rust/pull/161) **Full Changelog**:
--- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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. --- - [ ] 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/astral-sh/uv). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4b14fb119..3f47e06e9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -843,9 +843,9 @@ checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" [[package]] name = "codspeed" -version = "4.2.1" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5f0d98d97fd75ca4489a1a0997820a6521531085e7c8a98941bd0e1264d567dd" +checksum = "38c2eb3388ebe26b5a0ab6bf4969d9c4840143d7f6df07caa3cc851b0606cef6" dependencies = [ "anyhow", "cc", @@ -861,9 +861,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat" -version = "4.2.1" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d16fe2db207123f7b3a3b5cfff0c22f99469f7534145f3573f57f4c8a5653c2c" +checksum = "e1e270597a1d1e183f86d1cc9f94f0133654ee3daf201c17903ee29363555dd7" dependencies = [ "clap", "codspeed", @@ -876,9 +876,9 @@ dependencies = [ [[package]] name = "codspeed-criterion-compat-walltime" -version = "4.2.1" +version = "4.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b035c7f9846b143aeabb3833f5b584023eb97b43ecbff3d997db74c4372df2bd" +checksum = "e6c2613d2fac930fe34456be76f9124ee0800bb9db2e7fd2d6c65b9ebe98a292" dependencies = [ "anes", "cast", @@ -2092,7 +2092,7 @@ dependencies = [ "libc", "percent-encoding", "pin-project-lite", - "socket2 0.6.0", + "socket2 0.5.10", "system-configuration", "tokio", "tower-service",