From b56e4ff2af48f55a6914ce18ee2cbc53e5bd63ab Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 12:38:09 +0300 Subject: [PATCH] Update Rust crate any_vec to 0.14 (#15147) 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 | |---|---|---|---| | [any_vec](https://togithub.com/tower120/any_vec) | workspace.dependencies | minor | `0.13` -> `0.14` | --- ### Release Notes
tower120/any_vec (any_vec) ### [`v0.14.0`](https://togithub.com/tower120/any_vec/blob/HEAD/CHANGELOG.md#0140) [Compare Source](https://togithub.com/tower120/any_vec/compare/v0.13.0...v0.14.0) ##### Added - Now library `no_std` friendly. ##### Removed - Helpers `any_value::move_out`, `any_value::move_out_w_size` removed as redundant.
--- ### 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 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index afd953b057..f4ab6ea613 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -259,9 +259,9 @@ dependencies = [ [[package]] name = "any_vec" -version = "0.13.0" +version = "0.14.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e78f17bacc1bc7b91fef7b1885c10772eb2b9e4e989356f6f0f6a972240f97cd" +checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4" [[package]] name = "anyhow" diff --git a/Cargo.toml b/Cargo.toml index df17fccc89..0bba99a7f5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -286,7 +286,7 @@ zed = { path = "crates/zed" } zed_actions = { path = "crates/zed_actions" } alacritty_terminal = "0.23" -any_vec = "0.13" +any_vec = "0.14" anyhow = "1.0.86" ashpd = "0.9.1" async-compression = { version = "0.4", features = ["gzip", "futures-io"] }