From 631cab5e400e3a5d5484ede3c95d62855c4c9bc9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 05:39:10 +0000 Subject: [PATCH] Update Rust crate indoc to v2.0.6 (#26177) 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 | |---|---|---|---| | [indoc](https://redirect.github.com/dtolnay/indoc) | workspace.dependencies | patch | `2.0.5` -> `2.0.6` | --- ### Release Notes
dtolnay/indoc (indoc) ### [`v2.0.6`](https://redirect.github.com/dtolnay/indoc/releases/tag/2.0.6) [Compare Source](https://redirect.github.com/dtolnay/indoc/compare/2.0.5...2.0.6) - Documentation improvements
--- ### 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 0a1cbe07fa35f9..b5410648ebfef9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6556,9 +6556,9 @@ dependencies = [ [[package]] name = "indoc" -version = "2.0.5" +version = "2.0.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" +checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" [[package]] name = "infer"