You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/07/06 17:53:20 UTC

[GitHub] [avro] dependabot[bot] opened a new pull request, #2324: Bump typed-builder from 0.14.0 to 0.15.0 in /lang/rust

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

   Bumps [typed-builder](https://github.com/idanarye/rust-typed-builder) from 0.14.0 to 0.15.0.
   <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.15.0 - 2023-07-06</h2>
   <h3>Fixed</h3>
   <ul>
   <li>Marking a field as <code>#[deprecated]</code> now behaves properly - <code>TypedBuilder</code>
   generated code itself does trigger the deprecation warning, and instead the
   setter for that field now does.</li>
   <li>The &quot;fake&quot; <code>build</code> method when required fields are not provided now returns
   the never type (&quot;<code>!</code>&quot;). Refer to PR <a href="https://redirect.github.com/idanarye/rust-typed-builder/issues/97">#97</a> for more thorough explanation.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>Support for setter method prefixes and suffixes <code>#[builder(field_defaults(setter(prefix = &quot;...&quot;, suffix = &quot;...&quot;)))]</code>.
   This either prepends or appends the provided string to the setter method. This allows method names like: <code>set_x()</code>,
   <code>with_y()</code>, or <code>set_z_value()</code>.</li>
   </ul>
   </blockquote>
   </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 compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=typed-builder&package-manager=cargo&previous-version=0.14.0&new-version=0.15.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g commented on pull request #2324: Bump typed-builder from 0.14.0 to 0.15.0 in /lang/rust

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g commented on PR #2324:
URL: https://github.com/apache/avro/pull/2324#issuecomment-1627269473

   @dependabot rebase


-- 
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: issues-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [avro] martin-g merged pull request #2324: Bump typed-builder from 0.14.0 to 0.15.0 in /lang/rust

Posted by "martin-g (via GitHub)" <gi...@apache.org>.
martin-g merged PR #2324:
URL: https://github.com/apache/avro/pull/2324


-- 
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: dev-unsubscribe@avro.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org