Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump indoc from 1.0.8 to 2.0.0 (#1799)
Bumps [indoc](https://github.com/dtolnay/indoc) from 1.0.8 to 2.0.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/dtolnay/indoc/releases">indoc's releases</a>.</em></p> <blockquote> <h2>2.0.0</h2> <ul> <li>Change handling of final newline at zero levels of indentation (<a href="https://github-redirect.dependabot.com/dtolnay/indoc/issues/55">#55</a>)</li> <li>Add <a href="https://docs.rs/indoc/2/indoc/macro.concatdoc.html"><code>concatdoc!</code></a> macro (<a href="https://github-redirect.dependabot.com/dtolnay/indoc/issues/56">#56</a>)</li> <li>Raise oldest supported rustc to 1.56</li> </ul> <h2>1.0.9</h2> <ul> <li>Fix parsing of some edge cases involving angle brackets in writedoc's expr argument (<a href="https://github-redirect.dependabot.com/dtolnay/indoc/issues/54">#54</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/dtolnay/indoc/commit/bbbec14e9dd8ca910766d9f4daa20a3f5dbd133c"><code>bbbec14</code></a> Release 2.0.0</li> <li><a href="https://github.com/dtolnay/indoc/commit/24a804e0cf34cb53f0958af9216cbb7c24b8052c"><code>24a804e</code></a> Add concatdoc docs</li> <li><a href="https://github.com/dtolnay/indoc/commit/476b93743648ab61b7740c4c8db7f8843203f602"><code>476b937</code></a> Delete paths from .cargo/config</li> <li><a href="https://github.com/dtolnay/indoc/commit/b5fb2dc83f36837ceeb9a1d2a0d2cc7b3e27368f"><code>b5fb2dc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/indoc/issues/57">#57</a> from dtolnay/fromstr</li> <li><a href="https://github.com/dtolnay/indoc/commit/623d666afac9a55c6a6946efa7a17f0dce77d4f8"><code>623d666</code></a> Replace TokenStream::from_str with Literal::from_str</li> <li><a href="https://github.com/dtolnay/indoc/commit/28d6d25d200873718cb3c3c7b5aa792d1e572577"><code>28d6d25</code></a> Switch to 2021 edition</li> <li><a href="https://github.com/dtolnay/indoc/commit/46d38c0fcdf8db42ca99ce8b0ce2ae605f9d8bf0"><code>46d38c0</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/indoc/issues/56">#56</a> from dtolnay/concat</li> <li><a href="https://github.com/dtolnay/indoc/commit/4fec8a91e9bddc2a68d6368e93ed5b7eea95f8dc"><code>4fec8a9</code></a> Add concatdoc macro</li> <li><a href="https://github.com/dtolnay/indoc/commit/1f705293a5920826d74af1a6a302a10478568df9"><code>1f70529</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/dtolnay/indoc/issues/55">#55</a> from dtolnay/trailing</li> <li><a href="https://github.com/dtolnay/indoc/commit/31694b5dcad0f25bf485d50401d0338a07ae2ba2"><code>31694b5</code></a> Preserve last newline even if not indented</li> <li>Additional commits viewable in <a href="https://github.com/dtolnay/indoc/compare/1.0.8...2.0.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information