From cd8d776fe1527fe268061540eb5a17f7e25821ed Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:10:21 +0200 Subject: [PATCH] Update Rust crate profiling to v1.0.16 (#19334) 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 | |---|---|---|---| | [profiling](https://redirect.github.com/aclysma/profiling) | workspace.dependencies | patch | `1.0.15` -> `1.0.16` | --- ### Release Notes
aclysma/profiling (profiling) ### [`v1.0.16`](https://redirect.github.com/aclysma/profiling/blob/HEAD/CHANGELOG.md#1016) [Compare Source](https://redirect.github.com/aclysma/profiling/compare/v1.0.15...v1.0.16) - Address warnings from upstream rustc changes - Update puffin to 0.19.1 - Update tracing-tracy to 0.11.3 and tracing-subscriber to 0.3 - Implement finish_frame! for tracing - Add fuction_scope!() as an alternative to the function proc macro - Avoid local variable names that don't start with an underscore introduced into a function's namespace
--- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, 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 --- Release Notes: - N/A Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4e789dec7ea8a521d9a2485383e99b8be9bab026..a5644e68137cec769338cf5a5779da8e1211dbc5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8818,18 +8818,18 @@ dependencies = [ [[package]] name = "profiling" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58" +checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d" dependencies = [ "profiling-procmacros", ] [[package]] name = "profiling-procmacros" -version = "1.0.15" +version = "1.0.16" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd" +checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30" dependencies = [ "quote", "syn 2.0.76",