dependabot[bot] opened a new pull request, #3330: URL: https://github.com/apache/arrow-rs/pull/3330
Updates the requirements on [multiversion](https://github.com/calebzulawski/multiversion) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/calebzulawski/multiversion/releases">multiversion's releases</a>.</em></p> <blockquote> <h2>Multiversion 0.7.0</h2> <h3>Changed</h3> <ul> <li>The <code>multiversion</code> macro has been overhauled. Now uses a single attribute macro, rather than helper attributes.</li> <li>Increased minimum required Rust version to 1.61.0.</li> </ul> <h3>Added</h3> <ul> <li>The function dispatch method is now selectable, between direct or indirect dispatch, as well as compile-time static dispatch.</li> <li>Added a variety of macros in the <code>multiversion::target</code> module for querying the selected target features.</li> <li>Targets can now be specified by CPU (e.g. <code>x86-64-v2</code> or <code>skylake</code>).</li> <li>Added option to pass attributes to clones.</li> <li>Added special <code>targets = "simd"</code> option to automatically target all SIMD instruction sets.</li> </ul> <h3>Removed</h3> <ul> <li>Removed the <code>specialize</code> mode. All targets now specify clones. Specialization should be implemented by querying the selected targets.</li> <li>Removed support for functions that reference <code>self</code> or <code>Self</code>. Previous support was inconsistent and difficult to use correctly.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed broken <code>impl Trait</code> support. Using <code>impl Trait</code> in return position now results in an error.</li> <li>Dispatch is now bypassed in scenarios where no targets are specified for the target architecture, or if the first matching target features are known to exist at compile time.</li> <li>Improved performance of direct dispatch.</li> <li>Avoid indirect dispatch in some situations, such as when using retpolines</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/calebzulawski/multiversion/blob/master/CHANGELOG.md">multiversion's changelog</a>.</em></p> <blockquote> <h2>[0.7.0] - 2022-12-09</h2> <h3>Changed</h3> <ul> <li>The <code>multiversion</code> macro has been overhauled. Now uses a single attribute macro, rather than helper attributes.</li> <li>Increased minimum required Rust version to 1.61.0.</li> </ul> <h3>Added</h3> <ul> <li>The function dispatch method is now selectable, between direct or indirect dispatch, as well as compile-time static dispatch.</li> <li>Added a variety of macros in the <code>multiversion::target</code> module for querying the selected target features.</li> <li>Targets can now be specified by CPU (e.g. <code>x86-64-v2</code> or <code>skylake</code>).</li> <li>Added option to pass attributes to clones.</li> <li>Added special <code>targets = "simd"</code> option to automatically target all SIMD instruction sets.</li> </ul> <h3>Removed</h3> <ul> <li>Removed the <code>specialize</code> mode. All targets now specify clones. Specialization should be implemented by querying the selected targets.</li> <li>Removed support for functions that reference <code>self</code> or <code>Self</code>. Previous support was inconsistent and difficult to use correctly.</li> </ul> <h3>Fixed</h3> <ul> <li>Fixed broken <code>impl Trait</code> support. Using <code>impl Trait</code> in return position now results in an error.</li> <li>Dispatch is now bypassed in scenarios where no targets are specified for the target architecture, or if the first matching target features are known to exist at compile time.</li> <li>Improved performance of direct dispatch.</li> <li>Avoid indirect dispatch in some situations, such as when using retpolines</li> </ul> <h2>[0.6.1] - 2020-08-18</h2> <h3>Fixed</h3> <ul> <li>Fixed disallowing some valid architectures, such as "wasm32"</li> </ul> <h2>[0.6.0] - 2020-07-13</h2> <h3>Added</h3> <ul> <li>Added <code>are_cpu_features_detected</code> macro.</li> <li>Added <code>#[crate_path]</code> helper attribute for renaming/reimporting the crate.</li> </ul> <h3>Changed</h3> <ul> <li>Changed <code>runtime_dispatch</code> Cargo feature to <code>std</code></li> <li>Changed static dispatching from the <code>#[static_dispatch]</code> helper attribute to <code>dispatch!</code> helper macro.</li> </ul> <h2>[0.5.1] - 2020-05-29</h2> <h3>Changed</h3> <ul> <li>Removed dependency on <code>regex</code> and <code>once_cell</code></li> </ul> <h3>Fixed</h3> <ul> <li>Fixed bug where <code>#[multiversion]</code> failed to compile when crate was re-exported or renamed.</li> </ul> <h2>[0.5.0] - 2020-04-19</h2> <h3>Added</h3> <ul> <li>Support for associated functions (including methods).</li> <li>Support for <code>impl Trait</code>.</li> <li>Specification for name mangling.</li> <li>Documentation for <code>#[safe_inner]</code> helper attribute for <code>#[target]</code>.</li> </ul> <h3>Removed</h3> <ul> <li>Removed <code>#[target_clones]</code> attribute (functionality is now included in <code>#[multiversion]</code> attribute).</li> </ul> <h3>Changed</h3> <ul> <li><code>#[multiversion]</code> interface now uses helper attributes, providing both target specialization and function cloning.</li> <li>Increased minimum required Rust version to 1.34.0.</li> </ul> <h3>Fixed</h3> <ul> <li>Vague error spans now point to a more informative source location.</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/calebzulawski/multiversion/commit/a68b5dfb4734cd068c40b9330281facaf2c7dfe9"><code>a68b5df</code></a> Fix publishing with benchmark</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/e26c1505b408e14864ed4a15cc3147dcc2696c1d"><code>e26c150</code></a> Improve docs</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/5f3f46d583e532ca4f1ebbd77ab68dcf5db4e354"><code>5f3f46d</code></a> Fix formatting</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/1f8135b1cdd2c06f43e3021bfdfd6ada23e3a495"><code>1f8135b</code></a> Update changelog</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/ac5fcb87790a070141a0713e82fb25610853ccd9"><code>ac5fcb8</code></a> Add target_cfg_f macro</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/3c682fc984c8e33e900cf5789eb3c8bdeb1ed548"><code>3c682fc</code></a> Improve docs</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/5ed7a3ca3f30040f5438f54e88b231811304461f"><code>5ed7a3c</code></a> Update dependencies and version numbers</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/99ba374a306862cf1583ffd80fb52505e6a27c6b"><code>99ba374</code></a> Add match_target macro</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/29d6694eae98cf843aa6ad9ae9f03357c291a162"><code>29d6694</code></a> Update examples</li> <li><a href="https://github.com/calebzulawski/multiversion/commit/2a3c31e26fcaf96b681fd73a18b090ebd9d21324"><code>2a3c31e</code></a> Lint all crates</li> <li>Additional commits viewable in <a href="https://github.com/calebzulawski/multiversion/compare/0.6.1...0.7.0">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 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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
