dependabot[bot] opened a new pull request #1561:
URL: https://github.com/apache/avro/pull/1561


   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.24.0</h2>
   <ul>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/212";>#212</a>.
 Fix some clippy lints</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/209";>#209</a>.
 Use <code>core</code> instead of <code>std</code> in a few places.</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/206";>#206</a>.
 Add <code>get_documentation()</code> to <code>EnumMessage</code>. This provides
   the ability to get the doc comment for a variant. Currently, very little 
formatting is done. That is subject to change.
   Please do not abuse this feature. Rust docs are meant for developer 
documentation, not long messages for users. However,
   this may be useful in some situations so we've added support for it.</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/202";>#202</a>.
 Add a missing doc comment</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/201";>#201</a>.
 Upgrade Heck version</p>
   </li>
   </ul>
   <h2>0.23.1</h2>
   <ul>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/193";>#193</a>
 Fixes an ambiguity introduced by <a 
href="https://github-redirect.dependabot.com/Peternator7/strum/issues/186";>#186</a>
 when your enum has a variant called Error.</p>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/192";>#192</a>
 The work done in <a 
href="https://github-redirect.dependabot.com/Peternator7/strum/issues/189";>#189</a>
 was lost in other PR's. This re-added the functionality to support no-std.</p>
   </li>
   </ul>
   <h2>0.23.0</h2>
   <ul>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/185";>#185</a>
 Adds the <code>FromRepr</code> derive that adds a <code>from_repr(x: usize) 
-&gt; Option&lt;Self&gt;</code>
   method to your enum. This lets you convert integer values to your enum. If 
you specify a #[repr(..)] attribute on your enum, or use
   an explicit discriminant, this will be incorporated into the derive.</p>
   <ul>
   <li><code>from_repr</code> will be <code>const</code> if you use a recent 
rust version.</li>
   <li>This cannot be a trait method currently because only inherent methods 
support <code>const</code>.</li>
   </ul>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/186";>#186</a>
 Automatically implement <code>TryFrom&lt;str&gt;</code> for enums that 
implement <code>EnumString</code>.
   This is only enabled for rustc &gt;= 1.34 which is when `TryFrom was 
stabilized.</p>
   <ul>
   <li>This is a small breaking change. If you had manually implemented 
<code>TryFrom&lt;str&gt;</code> for your enum, this will cause a conflict. You
   can probably remove your manual implementation.</li>
   </ul>
   </li>
   <li>
   <p><a 
href="https://github-redirect.dependabot.com/Peternator7/strum/pull/189";>#189</a>
 Use <code>core::result::Result</code> instead of 
<code>std::result::Result</code>. This should be
   more portable in no-std environments.</p>
   </li>
   </ul>
   <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>
   <!-- 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]


Reply via email to