dependabot[bot] opened a new pull request, #162: URL: https://github.com/apache/avro-rs/pull/162
Bumps [bon](https://github.com/elastio/bon) from 3.4.0 to 3.5.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.5.0</h2> <h3>Added</h3> <ul> <li>Introduce <code>setters(doc(default(skip)))</code> attribute to skip the inclusion of the default value in the generated docs for setters (<a href="https://redirect.github.com/elastio/bon/pull/265">#265</a>). See the updated docs <a href="https://bon-rs.com/reference/builder/member/setters#doc-default-skip">here</a>.</li> </ul> <h3>Fixed</h3> <ul> <li>Trigger a compiler warning if <code>#[tracing::instrument]</code> is placed after the <code>#[builder]</code> instead of before (<a href="https://redirect.github.com/elastio/bon/pull/264">#264</a>). This should prevent the papercut where <code>tracing::instrument</code> assigns the span name with the ugly <code>__orig_</code> prefix in the name.</li> <li>Fix repeated <code>#[builder]</code> attributes getting ignored on free functions (<a href="https://redirect.github.com/elastio/bon/pull/263">#263</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/elastio/bon/commit/954c0744d0f82ae1d4dfc1b03f89192910e41fd5"><code>954c074</code></a> chore: release v3.5.0 (<a href="https://redirect.github.com/elastio/bon/issues/266">#266</a>)</li> <li><a href="https://github.com/elastio/bon/commit/0c691683c2eff7218a068f718519584b8533e0d2"><code>0c69168</code></a> Introduce <code>setters(doc(default(skip)))</code> attribute (<a href="https://redirect.github.com/elastio/bon/issues/265">#265</a>)</li> <li><a href="https://github.com/elastio/bon/commit/90de22af097beb26a5f3f62c84417f54125dc56c"><code>90de22a</code></a> Trigger a compiler warning if <code>#[tracing::instrument]</code> is placed after the `#...</li> <li><a href="https://github.com/elastio/bon/commit/42457b53fa9211c3466f58b9eed5a4aaef282743"><code>42457b5</code></a> Fix repeated <code>#[builder]</code> attributes getting ignored on free functions (<a href="https://redirect.github.com/elastio/bon/issues/263">#263</a>)</li> <li><a href="https://github.com/elastio/bon/commit/3ce059a33d89726a99f5b613b39604eff49bc0a0"><code>3ce059a</code></a> Fix the broken "Edit this page on GitHub" links (<a href="https://redirect.github.com/elastio/bon/issues/257">#257</a>)</li> <li><a href="https://github.com/elastio/bon/commit/766a45f994911e7c9a7b1089de0112b2fd4c3bfc"><code>766a45f</code></a> Update the docs about limitations (<a href="https://redirect.github.com/elastio/bon/issues/256">#256</a>)</li> <li><a href="https://github.com/elastio/bon/commit/f27e1d54f2db100ffa204f5beccc5b8b41b7ac89"><code>f27e1d5</code></a> Fix a semantic mistake in #[builder(derive(Into))] docs (this time for real) ...</li> <li><a href="https://github.com/elastio/bon/commit/ca9ef3d0aa6a6618e238083238d23a5f4459626e"><code>ca9ef3d</code></a> Fix a semantic mistake in <code>#[builder(derive(Into))]</code> docs (<a href="https://redirect.github.com/elastio/bon/issues/254">#254</a>)</li> <li>See full diff in <a href="https://github.com/elastio/bon/compare/v3.4.0...v3.5.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: dev-unsubscr...@avro.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org