Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps-rs): update downcast-rs requirement from 1.2.0 to 2.0.1 (#…
…1885) Updates the requirements on [downcast-rs](https://github.com/marcianx/downcast-rs) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/marcianx/downcast-rs/blob/master/CHANGELOG.md">downcast-rs's changelog</a>.</em></p> <blockquote> <h2>1.2.1 - 2024-04-06</h2> <h3>Change</h3> <ul> <li>Consolidated bounds on the trait to avoid triggering Clippy's <code>multiple_bound_locations</code> lint.</li> </ul> <h2>1.2.0 - 2020-06-29</h2> <h3>Added</h3> <ul> <li><code>no_std</code> support.</li> <li>CI with GitHub actions.</li> </ul> <h3>Changed</h3> <ul> <li>Updated minimum supported rust version 1.36 for stable access to <code>alloc</code>.</li> </ul> <h2>1.1.1 - 2019-10-28</h2> <h3>Changed</h3> <ul> <li>Used <code>dyn Trait</code> syntax everywhere since it is supported by downcast-rs's min-supported rust version (1.33).</li> </ul> <h2>1.1.0 - 2019-10-07</h2> <h3>Added</h3> <ul> <li>Support for downcasting <code>Rc<Trait></code> and <code>Arc<Trait></code>.</li> </ul> <h3>Changed</h3> <ul> <li>Minimum supported Rust version upped to 1.33 to support <code>Rc</code> and <code>Arc</code> in the receiver position.</li> </ul> <h2>1.0.4 - 2019-04-08</h2> <h3>Changed</h3> <ul> <li>Added <code>local_inner_macros</code> to <code>impl_downcast</code> to allow invoking via namespace.</li> </ul> <h2>1.0.3 - 2018-05-21</h2> <h3>Fixed</h3> <ul> <li>Use global path for Result, Option, Box in macro expansion to avoid name conflicts with locally-defined symbols.</li> </ul> <h2>1.0.2 - 2018-05-12</h2> <h3>Added</h3> <ul> <li>Support for downcasting <code>Box<Trait></code> to <code>Box<Concrete></code>.</li> </ul> <h2>1.0.1 - 2018-03-08</h2> <h3>Fixed</h3> <ul> <li>Don't use types as traits in macros.</li> </ul> <h2>1.0.0 - 2017-02-05</h2> <h3>Changed</h3> <ul> <li>Cleaned up README and published 1.0.</li> </ul> <h2>0.1.2 - 2016-11-22</h2> <h3>Added</h3> <ul> <li>Support for associated types as well.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marcianx/downcast-rs/commit/c4c48bad50482df2544115ba971acfd5916e6140"><code>c4c48ba</code></a> Bump version to 1.2.1 and update changelog.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/9b1eb58b670cdf90e02b6e3e2a290ee091a96284"><code>9b1eb58</code></a> Move <code>__T</code> bound into type param so clippy doesn't warn.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/ad1edbfd3c00ecaf0cc7fdfff2bc1281b5211256"><code>ad1edbf</code></a> Disallow bare urls</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/bfbbe8bed9e68efc0ee09d365babffb64c207649"><code>bfbbe8b</code></a> Make link clickable</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/70fca75f28121553b07e521414a96f39183586ae"><code>70fca75</code></a> Test on stable and MSRV</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/8fd5fe6f1fa17ed6795b45fe56bcabe69ca30311"><code>8fd5fe6</code></a> Document MSRV</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/17bbb03065aba86905b03484f255119cfc50f993"><code>17bbb03</code></a> Add an explanation for why downcast-rs doesn't receive regular code changes.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/7f1d9cab192a1aa4fc0f308f2754fa8861faa607"><code>7f1d9ca</code></a> Update shields badge</li> <li>See full diff in <a href="https://github.com/marcianx/downcast-rs/compare/v1.2.0...v1.2.1">compare view</a></li> </ul> </details> <br /> 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information