Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upBump downcast-rs from 1.0.3 to 1.1.1 #26612
Merged
Conversation
Bumps [downcast-rs](https://github.com/marcianx/downcast-rs) from 1.0.3 to 1.1.1. - [Release notes](https://github.com/marcianx/downcast-rs/releases) - [Changelog](https://github.com/marcianx/downcast-rs/blob/v1.1.1/CHANGELOG.md) - [Commits](marcianx/downcast-rs@v1.0.3...v1.1.1) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
@bors-servo r+ |
|
|
bors-servo
added a commit
that referenced
this pull request
May 22, 2020
Bump downcast-rs from 1.0.3 to 1.1.1 Bumps [downcast-rs](https://github.com/marcianx/downcast-rs) from 1.0.3 to 1.1.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/marcianx/downcast-rs/blob/v1.1.1/CHANGELOG.md">downcast-rs's changelog</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marcianx/downcast-rs/commit/9f25dcc28d2abf8eee79bec07683609fc28e97e2"><code>9f25dcc</code></a> Use <code>dyn Trait</code> syntax everywhere since it is supported by this library's MSRV.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/c7ef06ece35dc95718afe572a64b64de124ae28b"><code>c7ef06e</code></a> Correct the min-supported Rust version to be 1.33 in the docs.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/1e2da5c6481366b56a884cc4ed8789264126a759"><code>1e2da5c</code></a> Bump version to 1.1.0.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/b512ab3ba2183932c7a062bc3d5b41ffc084168f"><code>b512ab3</code></a> Updated README.md and CHANGELOG.md with information about Rc and Arc downcast...</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/f47f70c5b612eb38a588bd88bb2ccad6f59e89e8"><code>f47f70c</code></a> Update CHANGELOG and bump version to 1.0.4.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/8a363ac3a959d7235ad748ddaa5e2cc9367510e8"><code>8a363ac</code></a> Add local_inner_macros to impl_downcast to allow invocation via namespace.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/183a01b703ecf0dfbf4dba9900d0d925637eb0f9"><code>183a01b</code></a> Revert "Merge pull request <a href="https://github-redirect.dependabot.com/marcianx/downcast-rs/issues/6">#6</a> from dkaste/master" (in favor of local_inner_ma...</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/68e49a33eadf7eeab0e78f9c4923a0a4196e57e7"><code>68e49a3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marcianx/downcast-rs/issues/6">#6</a> from dkaste/master</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/19d078242a200114dcb073242c29b1c94e847654"><code>19d0782</code></a> Use <code>$crate</code> prefix for internal macro calls</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/817d7d00e21761ace9be5b8af07a9fcf4cf42da2"><code>817d7d0</code></a> Update crate description and the README.md to reflect lib.rs doc changes.</li> <li>Additional commits viewable in <a href="https://github.com/marcianx/downcast-rs/compare/v1.0.3...v1.1.1">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=downcast-rs&package-manager=cargo&previous-version=1.0.3&new-version=1.1.1) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
|
|
|
@bors-servo retry |
bors-servo
added a commit
that referenced
this pull request
May 22, 2020
Bump downcast-rs from 1.0.3 to 1.1.1 Bumps [downcast-rs](https://github.com/marcianx/downcast-rs) from 1.0.3 to 1.1.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/marcianx/downcast-rs/blob/v1.1.1/CHANGELOG.md">downcast-rs's changelog</a>.</em></p> <blockquote> <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> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/marcianx/downcast-rs/commit/9f25dcc28d2abf8eee79bec07683609fc28e97e2"><code>9f25dcc</code></a> Use <code>dyn Trait</code> syntax everywhere since it is supported by this library's MSRV.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/c7ef06ece35dc95718afe572a64b64de124ae28b"><code>c7ef06e</code></a> Correct the min-supported Rust version to be 1.33 in the docs.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/1e2da5c6481366b56a884cc4ed8789264126a759"><code>1e2da5c</code></a> Bump version to 1.1.0.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/b512ab3ba2183932c7a062bc3d5b41ffc084168f"><code>b512ab3</code></a> Updated README.md and CHANGELOG.md with information about Rc and Arc downcast...</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/f47f70c5b612eb38a588bd88bb2ccad6f59e89e8"><code>f47f70c</code></a> Update CHANGELOG and bump version to 1.0.4.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/8a363ac3a959d7235ad748ddaa5e2cc9367510e8"><code>8a363ac</code></a> Add local_inner_macros to impl_downcast to allow invocation via namespace.</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/183a01b703ecf0dfbf4dba9900d0d925637eb0f9"><code>183a01b</code></a> Revert "Merge pull request <a href="https://github-redirect.dependabot.com/marcianx/downcast-rs/issues/6">#6</a> from dkaste/master" (in favor of local_inner_ma...</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/68e49a33eadf7eeab0e78f9c4923a0a4196e57e7"><code>68e49a3</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/marcianx/downcast-rs/issues/6">#6</a> from dkaste/master</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/19d078242a200114dcb073242c29b1c94e847654"><code>19d0782</code></a> Use <code>$crate</code> prefix for internal macro calls</li> <li><a href="https://github.com/marcianx/downcast-rs/commit/817d7d00e21761ace9be5b8af07a9fcf4cf42da2"><code>817d7d0</code></a> Update crate description and the README.md to reflect lib.rs doc changes.</li> <li>Additional commits viewable in <a href="https://github.com/marcianx/downcast-rs/compare/v1.0.3...v1.1.1">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=downcast-rs&package-manager=cargo&previous-version=1.0.3&new-version=1.1.1) 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) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) </details>
|
|
|
@bors-servo retry |
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
dependabot-preview bot commentedMay 22, 2020
Bumps downcast-rs from 1.0.3 to 1.1.1.
Changelog
Sourced from downcast-rs's changelog.
Commits
9f25dccUsedyn Traitsyntax everywhere since it is supported by this library's MSRV.c7ef06eCorrect the min-supported Rust version to be 1.33 in the docs.1e2da5cBump version to 1.1.0.b512ab3Updated README.md and CHANGELOG.md with information about Rc and Arc downcast...f47f70cUpdate CHANGELOG and bump version to 1.0.4.8a363acAdd local_inner_macros to impl_downcast to allow invocation via namespace.183a01bRevert "Merge pull request #6 from dkaste/master" (in favor of local_inner_ma...68e49a3Merge pull request #6 from dkaste/master19d0782Use$crateprefix for internal macro calls817d7d0Update crate description and the README.md to reflect lib.rs doc changes.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 commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)@dependabot use these labelswill set the current labels as the default for future PRs for this repo and language@dependabot use these reviewerswill set the current reviewers as the default for future PRs for this repo and language@dependabot use these assigneeswill set the current assignees as the default for future PRs for this repo and language@dependabot use this milestonewill set the current milestone as the default for future PRs for this repo and language@dependabot badge mewill comment on this PR with code to add a "Dependabot enabled" badge to your readmeAdditionally, you can set the following in your Dependabot dashboard: