dependabot[bot] opened a new pull request, #307: URL: https://github.com/apache/avro-rs/pull/307
Bumps [bon](https://github.com/elastio/bon) from 3.7.2 to 3.8.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/elastio/bon/releases">bon's releases</a>.</em></p> <blockquote> <h2>v3.8.0</h2> <h3>Lint Update Notice</h3> <p>This release brings some rustdoc improvements and no other visible API changes except that <code>rustc</code> and <code>clippy</code> will start reporting some more true-positive lints. For example builder methods defined via an impl block annotated with <code>#[bon]</code> will now be correctly reported as unused if they are not used. Also, using a private type in a public builder method will trigger a <code>private_interfaces</code> lint now.</p> <p>This is all thanks to the updated span handling design researched and implemented by <a href="https://github.com/Eisverygoodletter"><code>@​Eisverygoodletter</code></a>. It's not clear what other new lints the new span handling may trigger in other realworld codebases. If you see a lint from the code generated by <code>bon</code> that you think shouldn't be there, please, open an issue, and it'll be fixed as soon as possible!</p> <h3>Changed</h3> <ul> <li>Make rustdoc source links for the starting function reference original function (<a href="https://redirect.github.com/elastio/bon/pull/341">#341</a>). Thanks <a href="https://github.com/Eisverygoodletter"><code>@​Eisverygoodletter</code></a> for the contribution!</li> <li>Make rustdoc source links for setters/getters reference original member (<a href="https://redirect.github.com/elastio/bon/pull/345">#345</a>)</li> </ul> <h3>Internal</h3> <ul> <li>Regular maintenance (<a href="https://redirect.github.com/elastio/bon/pull/342">#342</a>, <a href="https://redirect.github.com/elastio/bon/pull/343">#343</a>, <a href="https://redirect.github.com/elastio/bon/pull/347">#347</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elastio/bon/commit/09b719a145e6fa44422a7dada0bacc3a81ec2289"><code>09b719a</code></a> Update changelog (<a href="https://redirect.github.com/elastio/bon/issues/348">#348</a>)</li> <li><a href="https://github.com/elastio/bon/commit/40efe52e710cf55db527555d2bbb60100730001c"><code>40efe52</code></a> chore: release v3.8.0 (<a href="https://redirect.github.com/elastio/bon/issues/346">#346</a>)</li> <li><a href="https://github.com/elastio/bon/commit/76a4e34031205f61c33662359068340440b75099"><code>76a4e34</code></a> Update dependencies (<a href="https://redirect.github.com/elastio/bon/issues/347">#347</a>)</li> <li><a href="https://github.com/elastio/bon/commit/fcf99c120df0488a79a567c756d6383301ea2557"><code>fcf99c1</code></a> Make rustdoc source links for setters/getters/other_items reference original ...</li> <li><a href="https://github.com/elastio/bon/commit/40042ef554c0b81e78267dd01d4bcb3025773131"><code>40042ef</code></a> Add some more assertions to eliminate dead code lints in tests (<a href="https://redirect.github.com/elastio/bon/issues/343">#343</a>)</li> <li><a href="https://github.com/elastio/bon/commit/055d91b44739ba4f141e76bf8f798cd750500805"><code>055d91b</code></a> Preserve <code>fn</code> and <code>{}</code> for <code>start_fn</code> so that rustdoc generates correct links...</li> <li><a href="https://github.com/elastio/bon/commit/616c71801b4e8c0e319084ef7b7a57e816c09f54"><code>616c718</code></a> Fix msrv and unstable CI jobs (<a href="https://redirect.github.com/elastio/bon/issues/342">#342</a>)</li> <li><a href="https://github.com/elastio/bon/commit/c0e4356d174faf108101fbb9141effbd06980ced"><code>c0e4356</code></a> Fix msrv tests for 1.61.0 (<a href="https://redirect.github.com/elastio/bon/issues/340">#340</a>)</li> <li>See full diff in <a href="https://github.com/elastio/bon/compare/v3.7.2...v3.8.0">compare view</a></li> </ul> </details> <br /> [](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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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]
