From 1ae96025f53cec4b89f2f1d811eb6e9118b51545 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 08:53:27 -0400 Subject: [PATCH] Update Rust crate arrayvec to v0.7.6 (#16614) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [arrayvec](https://togithub.com/bluss/arrayvec) | dependencies | patch | `0.7.4` -> `0.7.6` | --- ### Release Notes
bluss/arrayvec (arrayvec) ### [`v0.7.6`](https://togithub.com/bluss/arrayvec/blob/HEAD/CHANGELOG.md#076) [Compare Source](https://togithub.com/bluss/arrayvec/compare/0.7.5...0.7.6) - Fix no-std build [#​274](https://togithub.com/bluss/arrayvec/pull/274) ### [`v0.7.5`](https://togithub.com/bluss/arrayvec/blob/HEAD/CHANGELOG.md#075) [Compare Source](https://togithub.com/bluss/arrayvec/compare/0.7.4...0.7.5) - Add `as_ptr` and `as_mut_ptr` to `ArrayString` [@​YuhanLiin](https://togithub.com/YuhanLiin) [#​260](https://togithub.com/bluss/arrayvec/pull/260) - Add borsh serialization support by [@​honzasp](https://togithub.com/honzasp) and [@​Fuuzetsu](https://togithub.com/Fuuzetsu) [#​259](https://togithub.com/bluss/arrayvec/pull/259) - Move length field before before data in ArrayVec and ArrayString by [@​JakkuSakura](https://togithub.com/JakkuSakura) [#​255](https://togithub.com/bluss/arrayvec/pull/255) - Fix miri error for ZST case in extend by [@​bluss](https://togithub.com/bluss) - implement AsRef for ArrayString by [@​Zoybean](https://togithub.com/Zoybean) [#​218](https://togithub.com/bluss/arrayvec/pull/218) - Fix typos in changelog by [@​striezel](https://togithub.com/striezel) [#​241](https://togithub.com/bluss/arrayvec/pull/241) - Add `as_slice`, `as_mut_slice` methods to `IntoIter` by [@​clarfonthey](https://togithub.com/clarfonthey) [#​224](https://togithub.com/bluss/arrayvec/pull/224)
--- ### 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2059ed3e94c90410aad9f1cc866cf093a6243dc0..890489221da0c5a02fd198b97bd720481ae63ce2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -282,9 +282,9 @@ checksum = "9d151e35f61089500b617991b791fc8bfd237ae50cd5950803758a179b41e67a" [[package]] name = "arrayvec" -version = "0.7.4" +version = "0.7.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" +checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" [[package]] name = "as-raw-xcb-connection"