From 0611e97bb5b64bea494b1407dfe1b9b8586eeb64 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 14 Jul 2024 18:15:16 +0000 Subject: [PATCH] chore(deps): update rust crate document-features to v0.2.10 (#38) 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 | |---|---|---|---| | [document-features](https://slint.rs) ([source](https://togithub.com/slint-ui/document-features)) | dependencies | patch | `0.2.8` -> `0.2.10` | --- ### Release Notes
slint-ui/document-features (document-features) ### [`v0.2.9`](https://togithub.com/slint-ui/document-features/blob/HEAD/CHANGELOG.md#029---2024-07-11) [Compare Source](https://togithub.com/slint-ui/document-features/compare/v0.2.8...v0.2.9) - Fix parsing of multi-lines string ([#​25](https://togithub.com/slint-ui/document-features/issues/25)) - Fix `out_of_scope_macro_calls` compatibility warning - Fix documentation having too many `#` ([#​22](https://togithub.com/slint-ui/document-features/issues/22))
--- ### Configuration 📅 **Schedule**: Branch creation - "before 10am on monday" in timezone Asia/Shanghai, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/Boshen/criterion2.rs). 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 f196c73..4db7da0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -433,9 +433,9 @@ checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" [[package]] name = "document-features" -version = "0.2.8" +version = "0.2.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95" +checksum = "cb6969eaabd2421f8a2775cfd2471a2b634372b4a25d41e3bd647b79912850a0" dependencies = [ "litrs", ]