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


   Updates the requirements on 
[typed-builder](https://github.com/idanarye/rust-typed-builder) to permit the 
latest version.
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/idanarye/rust-typed-builder/blob/master/CHANGELOG.md";>typed-builder's
 changelog</a>.</em></p>
   <blockquote>
   <h2>0.10.0 - 2022-02-13</h2>
   <h3>Added</h3>
   <ul>
   <li><code>#[builder(setter(strip_bool))]</code> for making zero arguments 
setters for <code>bool</code> fields that just
   set them to <code>true</code> (the <code>default</code> automatically 
becomes <code>false</code>)</li>
   </ul>
   <h2>0.9.1 - 2021-09-04</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Add <code>extern crate proc_macro;</code> to solve some weird problem 
(<a 
href="https://github-redirect.dependabot.com/idanarye/rust-typed-builder/issues/57";>idanarye/rust-typed-builder#57</a>)</li>
   <li>Use unambiguous <code>::</code> prefixed absolute paths in generated 
code.</li>
   </ul>
   <h2>0.9.0 - 2021-01-31</h2>
   <h3>Added</h3>
   <ul>
   <li>Builder type implements <code>Clone</code> when all set fields support 
clone.</li>
   <li><code>#[builder(setter(transform = ...))]</code> attribute for running a 
transform on a
   setter's argument to convert them to the field's type.</li>
   </ul>
   <h3>Fixed</h3>
   <ul>
   <li>Fix code generation for raw identifiers.</li>
   </ul>
   <h2>0.8.0 - 2020-12-06</h2>
   <h3>Changed</h3>
   <ul>
   <li>Upgraded the Rust edition to 2018.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li><code>#[field_defaults(...)]</code> attribute for settings default 
attributes for all
   the fields.</li>
   </ul>
   <h2>0.7.1 - 2020-11-20</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Fix lifetime bounds erroneously preserved in phantom generics.</li>
   </ul>
   <h2>0.7.0 - 2020-07-23</h2>
   <h3>Added</h3>
   <ul>
   <li>Brought back <code>default_code</code>, because it needed to resolve 
conflict with other
   custom derive proc-macro crates that try to parse <code>[#builder(default = 
...)]</code>
   attribute in order to decide if they are relevant to them - and fail because
   the expect them to be simple literals.</li>
   </ul>
   <h2>0.6.0 - 2020-05-18</h2>
   <h3>Added</h3>
   <ul>
   <li>Ability to use <code>into</code> and <code>strip_option</code> 
simultaneously for a field.</li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>[<strong>BREAKING</strong>] Specifying <code>skip</code> twice in the 
same <code>builder(setter(...))</code> is
   no longer supported. Then again, if you were doing that you probably deserve
   having your code broken.</li>
   </ul>
   <h2>0.5.1 - 2020-01-26</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Prevent Clippy from warning about the <code>panic!()</code> in the faux 
build method.</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/idanarye/rust-typed-builder/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