dependabot[bot] opened a new pull request #1373: URL: https://github.com/apache/avro/pull/1373
Updates the requirements on [strum](https://github.com/Peternator7/strum) to permit the latest version. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/Peternator7/strum/blob/master/CHANGELOG.md">strum's changelog</a>.</em></p> <blockquote> <h2>0.22.0</h2> <ul> <li> <p><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/180">#180</a>: Deprecates <code>ToString</code> derive. You should use <code>Display</code> instead.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/178">#178</a>: Deprecates AsStaticStr. This has been undocumented for a while. The recommended method is to derive <code>IntoStaticStr</code> instead.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/171">#171</a>: Improve <code>no-std</code> support.</p> </li> <li> <p><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/170">#170</a>: enable changing the path to strum traits. This is necessary if you re-export strum as a submodule in another crate.</p> </li> </ul> <h2>0.21.1</h2> <ul> <li><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/164">#164</a> Improve compatibility with older versions of <code>syn</code>.</li> </ul> <h2>0.21.0</h2> <ul> <li> <p>Replace <code>std::</code> with <code>core::</code> to support no-std projects. <a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/145">#145</a></p> </li> <li> <p><strong>Breaking Changes</strong></p> <ul> <li>MSRV is updated to 1.32 because <code>heck</code> does not work in <code>1.31.1</code> anymore. Rust 1.32 came out Jan 2019 so hopefully teams have moved to an equal or newer version.</li> <li><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/149">#149</a> Remove the "rename" feature. In Rust 2018, macros should be imported using a qualified path to avoid collisions. <code>strum_macros::EnumString</code> rather than using the "Rename" feature to avoid collisions.</li> <li><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/160">#160</a> enum messages: Make the returned values all 'static <ul> <li>It is unlikely this will break anyone, but the new signature for functions generated by EnumMessage is <code>fn get_message(&self) -> Option<&'static str></code>.</li> </ul> </li> </ul> </li> <li> <p>Added support for ascii_case_insensitive string comparisons. <a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/157">#157</a> This feature allows <code>FromString</code> impls to match strings that differ in case from the expected variant.</p> </li> </ul> <h2>0.20.0</h2> <ul> <li> <p>Refactors to do better error handling. Thanks <a href="https://github.com/jplatte"><code>@jplatte</code></a> for these changes</p> <ul> <li><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/133">#133</a></li> <li><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/134">#134</a></li> <li><a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/135">#135</a></li> </ul> </li> <li> <p>Adding <code>vis(scope)</code> to EnumDiscriminants. <a href="https://github-redirect.dependabot.com/Peternator7/strum/pull/137">#137</a></p> <ul> <li>This feature works best with versions of rust >= 1.34 due to a rustc parsing error in earlier versions.</li> <li>Earlier versions can still use <code>vis(r#pub)</code></li> </ul> </li> <li> <p>These changes should not be breaking, but the amount of code modified was significant.</p> </li> <li> <p>FYI about <a href="https://github-redirect.dependabot.com/Peternator7/strum/issues/122">#122</a>. The macro renames feature will be removed in early 2021. This feature was only necessary in rust 2015 because macros</p> </li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li>See full diff in <a href="https://github.com/Peternator7/strum/commits">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]
