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 smallvec from 1.2.0 to 1.3.0 #26277
Conversation
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.3.0. - [Release notes](https://github.com/servo/rust-smallvec/releases) - [Commits](servo/rust-smallvec@v1.2.0...v1.3.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
|
@bors-servo r+ |
|
|
Bump smallvec from 1.2.0 to 1.3.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <ul> <li>Add a new unstable <code>const_generics</code> feature (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a>).</li> <li>Improve inlining of constructor functions (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a>).</li> <li>Add a <code>slice.to_smallvec()</code> convenience method (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/203">#203</a>).</li> <li>Documentation and testing improvements.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-smallvec/commit/3957cd8b36665e8199ac76f7e50c37a23d658a51"><code>3957cd8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/207">#207</a> - mbrubeck:bump, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/851d2226293cdf92eac20f82ce785b83b2f115d0"><code>851d222</code></a> Version 1.3.0</li> <li><a href="https://github.com/servo/rust-smallvec/commit/6a14df03e53d865098a3b986622920ca6348d08d"><code>6a14df0</code></a> Document Cargo features</li> <li><a href="https://github.com/servo/rust-smallvec/commit/c48902fb78fe4556f6783c57cbf6a69000f3270c"><code>c48902f</code></a> Make ToSmallVec trait public</li> <li><a href="https://github.com/servo/rust-smallvec/commit/faca460f0c4fe5cdeb92bd3873ebda6aa2201adb"><code>faca460</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a> - hiddenhare:inline-constructors, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/f5f6d89e7e96027ad4959ae2eab819393584a87b"><code>f5f6d89</code></a> Add #[inline] attribute to all fns which return SmallVec</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9cdf8fb4240017d1f42ab3b08215f01b6fa62f44"><code>9cdf8fb</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a> - c410-f3r:const__generics, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/02cdf2492e6769da6462a457dc293bfe090c7086"><code>02cdf24</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/205">#205</a> - c410-f3r:fix-ci, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9f2f610d52e0db438184c2ab4211424c8cba0ee7"><code>9f2f610</code></a> Fix CI</li> <li><a href="https://github.com/servo/rust-smallvec/commit/70e967edaaa6801cc79c497442d58e861ffd8f75"><code>70e967e</code></a> Add support for constant generics</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.2.0...v1.3.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0) 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>
|
|
| @@ -25,5 +25,5 @@ webxr = { git = "https://github.com/servo/webxr", features = ["ipc", "magicleap" | |||
| libc = "0.2" | |||
| log = "0.4" | |||
| servo-egl = "0.2" | |||
| smallvec = "1.2" | |||
| smallvec = "1.3" | |||
This comment has been minimized.
This comment has been minimized.
SimonSapin
Apr 23, 2020
Member
Editing a Cargo.toml file does not seem necessary here since we’re not actually using any new feature.
This comment has been minimized.
This comment has been minimized.
jdm
Apr 23, 2020
Member
It appears that for Rust projects, the only controls we have are "always update Cargo.toml files" or "only update Cargo.lock files, never Cargo.toml files": https://dependabot.com/docs/config-file/#version_requirement_updates
|
@bors-servo retry |
Bump smallvec from 1.2.0 to 1.3.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <ul> <li>Add a new unstable <code>const_generics</code> feature (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a>).</li> <li>Improve inlining of constructor functions (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a>).</li> <li>Add a <code>slice.to_smallvec()</code> convenience method (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/203">#203</a>).</li> <li>Documentation and testing improvements.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-smallvec/commit/3957cd8b36665e8199ac76f7e50c37a23d658a51"><code>3957cd8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/207">#207</a> - mbrubeck:bump, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/851d2226293cdf92eac20f82ce785b83b2f115d0"><code>851d222</code></a> Version 1.3.0</li> <li><a href="https://github.com/servo/rust-smallvec/commit/6a14df03e53d865098a3b986622920ca6348d08d"><code>6a14df0</code></a> Document Cargo features</li> <li><a href="https://github.com/servo/rust-smallvec/commit/c48902fb78fe4556f6783c57cbf6a69000f3270c"><code>c48902f</code></a> Make ToSmallVec trait public</li> <li><a href="https://github.com/servo/rust-smallvec/commit/faca460f0c4fe5cdeb92bd3873ebda6aa2201adb"><code>faca460</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a> - hiddenhare:inline-constructors, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/f5f6d89e7e96027ad4959ae2eab819393584a87b"><code>f5f6d89</code></a> Add #[inline] attribute to all fns which return SmallVec</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9cdf8fb4240017d1f42ab3b08215f01b6fa62f44"><code>9cdf8fb</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a> - c410-f3r:const__generics, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/02cdf2492e6769da6462a457dc293bfe090c7086"><code>02cdf24</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/205">#205</a> - c410-f3r:fix-ci, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9f2f610d52e0db438184c2ab4211424c8cba0ee7"><code>9f2f610</code></a> Fix CI</li> <li><a href="https://github.com/servo/rust-smallvec/commit/70e967edaaa6801cc79c497442d58e861ffd8f75"><code>70e967e</code></a> Add support for constant generics</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.2.0...v1.3.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0) 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 |
Bump smallvec from 1.2.0 to 1.3.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <ul> <li>Add a new unstable <code>const_generics</code> feature (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a>).</li> <li>Improve inlining of constructor functions (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a>).</li> <li>Add a <code>slice.to_smallvec()</code> convenience method (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/203">#203</a>).</li> <li>Documentation and testing improvements.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-smallvec/commit/3957cd8b36665e8199ac76f7e50c37a23d658a51"><code>3957cd8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/207">#207</a> - mbrubeck:bump, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/851d2226293cdf92eac20f82ce785b83b2f115d0"><code>851d222</code></a> Version 1.3.0</li> <li><a href="https://github.com/servo/rust-smallvec/commit/6a14df03e53d865098a3b986622920ca6348d08d"><code>6a14df0</code></a> Document Cargo features</li> <li><a href="https://github.com/servo/rust-smallvec/commit/c48902fb78fe4556f6783c57cbf6a69000f3270c"><code>c48902f</code></a> Make ToSmallVec trait public</li> <li><a href="https://github.com/servo/rust-smallvec/commit/faca460f0c4fe5cdeb92bd3873ebda6aa2201adb"><code>faca460</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a> - hiddenhare:inline-constructors, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/f5f6d89e7e96027ad4959ae2eab819393584a87b"><code>f5f6d89</code></a> Add #[inline] attribute to all fns which return SmallVec</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9cdf8fb4240017d1f42ab3b08215f01b6fa62f44"><code>9cdf8fb</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a> - c410-f3r:const__generics, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/02cdf2492e6769da6462a457dc293bfe090c7086"><code>02cdf24</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/205">#205</a> - c410-f3r:fix-ci, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9f2f610d52e0db438184c2ab4211424c8cba0ee7"><code>9f2f610</code></a> Fix CI</li> <li><a href="https://github.com/servo/rust-smallvec/commit/70e967edaaa6801cc79c497442d58e861ffd8f75"><code>70e967e</code></a> Add support for constant generics</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.2.0...v1.3.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0) 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 |
Bump smallvec from 1.2.0 to 1.3.0 Bumps [smallvec](https://github.com/servo/rust-smallvec) from 1.2.0 to 1.3.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/servo/rust-smallvec/releases">smallvec's releases</a>.</em></p> <blockquote> <h2>v1.3.0</h2> <ul> <li>Add a new unstable <code>const_generics</code> feature (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a>).</li> <li>Improve inlining of constructor functions (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a>).</li> <li>Add a <code>slice.to_smallvec()</code> convenience method (<a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/203">#203</a>).</li> <li>Documentation and testing improvements.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/servo/rust-smallvec/commit/3957cd8b36665e8199ac76f7e50c37a23d658a51"><code>3957cd8</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/207">#207</a> - mbrubeck:bump, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/851d2226293cdf92eac20f82ce785b83b2f115d0"><code>851d222</code></a> Version 1.3.0</li> <li><a href="https://github.com/servo/rust-smallvec/commit/6a14df03e53d865098a3b986622920ca6348d08d"><code>6a14df0</code></a> Document Cargo features</li> <li><a href="https://github.com/servo/rust-smallvec/commit/c48902fb78fe4556f6783c57cbf6a69000f3270c"><code>c48902f</code></a> Make ToSmallVec trait public</li> <li><a href="https://github.com/servo/rust-smallvec/commit/faca460f0c4fe5cdeb92bd3873ebda6aa2201adb"><code>faca460</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/206">#206</a> - hiddenhare:inline-constructors, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/f5f6d89e7e96027ad4959ae2eab819393584a87b"><code>f5f6d89</code></a> Add #[inline] attribute to all fns which return SmallVec</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9cdf8fb4240017d1f42ab3b08215f01b6fa62f44"><code>9cdf8fb</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/204">#204</a> - c410-f3r:const__generics, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/02cdf2492e6769da6462a457dc293bfe090c7086"><code>02cdf24</code></a> Auto merge of <a href="https://github-redirect.dependabot.com/servo/rust-smallvec/issues/205">#205</a> - c410-f3r:fix-ci, r=mbrubeck</li> <li><a href="https://github.com/servo/rust-smallvec/commit/9f2f610d52e0db438184c2ab4211424c8cba0ee7"><code>9f2f610</code></a> Fix CI</li> <li><a href="https://github.com/servo/rust-smallvec/commit/70e967edaaa6801cc79c497442d58e861ffd8f75"><code>70e967e</code></a> Add support for constant generics</li> <li>Additional commits viewable in <a href="https://github.com/servo/rust-smallvec/compare/v1.2.0...v1.3.0">compare view</a></li> </ul> </details> <br /> [](https://dependabot.com/compatibility-score/?dependency-name=smallvec&package-manager=cargo&previous-version=1.2.0&new-version=1.3.0) 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 |
|
|
dependabot-preview bot commentedApr 23, 2020
Bumps smallvec from 1.2.0 to 1.3.0.
Release notes
Sourced from smallvec's releases.
Commits
3957cd8Auto merge of #207 - mbrubeck:bump, r=mbrubeck851d222Version 1.3.06a14df0Document Cargo featuresc48902fMake ToSmallVec trait publicfaca460Auto merge of #206 - hiddenhare:inline-constructors, r=mbrubeckf5f6d89Add #[inline] attribute to all fns which return SmallVec9cdf8fbAuto merge of #204 - c410-f3r:const__generics, r=mbrubeck02cdf24Auto merge of #205 - c410-f3r:fix-ci, r=mbrubeck9f2f610Fix CI70e967eAdd support for constant genericsDependabot 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: