From 77941af1c68609eaa5cfdd14776946aa7bef9a64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Jun 2025 23:17:36 -0400 Subject: [PATCH] Update Rust crate get-size2 to v0.5.1 (#19035) 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 | |---|---|---|---| | [get-size2](https://redirect.github.com/bircni/get-size2) | workspace.dependencies | patch | `0.5.0` -> `0.5.1` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes
bircni/get-size2 (get-size2) ### [`v0.5.1`](https://redirect.github.com/bircni/get-size2/blob/HEAD/CHANGELOG.md#051---2025-06-25) [Compare Source](https://redirect.github.com/bircni/get-size2/compare/0.5.0...0.5.1) ##### Bug Fixes - correctly determine size for enums ([#​24](https://redirect.github.com/bircni/get-size2/issues/24)) - ([3c5bd18](https://redirect.github.com/bircni/get-size2/commit/3c5bd18cac7d521a7292db65f400d666739b6008)) - Nicolas ##### Miscellaneous Chores - add top-level `heap_size` function ([#​25](https://redirect.github.com/bircni/get-size2/issues/25)) - ([f3b5e6e](https://redirect.github.com/bircni/get-size2/commit/f3b5e6e38cc3bc57980a6110868e02f1de4a7982)) - Ibraheem Ahmed ##### Build - update to newer cargo-verset to set dependency version automatically - ([b1154e4](https://redirect.github.com/bircni/get-size2/commit/b1154e457291a7dedb16dc5587cae3efea537411)) - Nicolas
--- ### Configuration 📅 **Schedule**: Branch creation - "before 4am 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. --- - [ ] 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/ruff). 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 1046174dd6..ba24af13c7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1145,9 +1145,9 @@ dependencies = [ [[package]] name = "get-size-derive2" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ea12180b12b82e9b7c01dfe91138208604961bb2bd7e93058d6786e5d770b104" +checksum = "1aac2af9f9a6a50e31b1e541d05b7925add83d3982c2793193fe9d4ee584323c" dependencies = [ "attribute-derive", "quote", @@ -1156,9 +1156,9 @@ dependencies = [ [[package]] name = "get-size2" -version = "0.5.0" +version = "0.5.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a37e4d438f7550dbd4938f1bcde41538653616513678d647665a7332ea3c030" +checksum = "624a0312efd19e1c45922dfcc2d6806d3ffc4bca261f89f31fcc4f63f438d885" dependencies = [ "compact_str", "get-size-derive2",