From 0e72a7e6ce4586b0c211be0d1ed33217c11ee6d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 9 Apr 2025 17:37:32 -0600 Subject: [PATCH] Update Rust crate smallvec to v1.15.0 (#28469) 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 | |---|---|---|---| | [smallvec](https://redirect.github.com/servo/rust-smallvec) | workspace.dependencies | minor | `1.14.0` -> `1.15.0` | --- ### Release Notes
servo/rust-smallvec (smallvec) ### [`v1.15.0`](https://redirect.github.com/servo/rust-smallvec/releases/tag/v1.15.0) [Compare Source](https://redirect.github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0) #### What's Changed - Fix typos by [@​waywardmonkeys](https://redirect.github.com/waywardmonkeys) in [https://github.com/servo/rust-smallvec/pull/373](https://redirect.github.com/servo/rust-smallvec/pull/373) - Implement bincode2 encode/decode support for smallvec v1 by [@​markbt](https://redirect.github.com/markbt) in [https://github.com/servo/rust-smallvec/pull/375](https://redirect.github.com/servo/rust-smallvec/pull/375) #### New Contributors - [@​markbt](https://redirect.github.com/markbt) made their first contribution in [https://github.com/servo/rust-smallvec/pull/375](https://redirect.github.com/servo/rust-smallvec/pull/375) **Full Changelog**: https://github.com/servo/rust-smallvec/compare/v1.14.0...v1.15.0
--- ### 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 a331a88342a209d0123dbc3bd33bc8dd022604bb..d84675186e10a25a82d9a4f34902ed46f2f39899 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -13236,9 +13236,9 @@ dependencies = [ [[package]] name = "smallvec" -version = "1.14.0" +version = "1.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7fcf8323ef1faaee30a44a340193b1ac6814fd9b7b4e88e9d4519a3e4abe1cfd" +checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9" dependencies = [ "serde", ]