Skip to content

chore(deps): bump bon from 3.7.0 to 3.8.0#27

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/bon-3.8.0
Closed

chore(deps): bump bon from 3.7.0 to 3.8.0#27
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/cargo/bon-3.8.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps bon from 3.7.0 to 3.8.0.

Release notes

Sourced from bon's releases.

v3.8.0

Lint Update Notice

This release brings some rustdoc improvements and no other visible API changes except that rustc and clippy will start reporting some more true-positive lints. For example builder methods defined via an impl block annotated with #[bon] 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 private_interfaces lint now.

This is all thanks to the updated span handling design researched and implemented by @​Eisverygoodletter. 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 bon that you think shouldn't be there, please, open an issue, and it'll be fixed as soon as possible!

Changed

  • Make rustdoc source links for the starting function reference original function (#341). Thanks @​Eisverygoodletter for the contribution!
  • Make rustdoc source links for setters/getters reference original member (#345)

Internal

v3.7.2

Fixed

  • Add missing lifetime replacement for generic param declarations on derive(IntoFuture) impl block (#337)
  • Set the lower bound requirement of rustversion to v1.0.19 (#336). Thanks @​Fokko for the contribution!

v3.7.1

This is a small patch release to make bon easier to package for Debian.

Other

  • Add Copyright header to the MIT License (#331)

Internal

  • Fix MSRV tests and lints from nightly 13-08-2025 (#329)
  • Revert refactoring PR 320 to make code compatible with darling 0.20 (#332)
Commits
  • 09b719a Update changelog (#348)
  • 40efe52 chore: release v3.8.0 (#346)
  • 76a4e34 Update dependencies (#347)
  • fcf99c1 Make rustdoc source links for setters/getters/other_items reference original ...
  • 40042ef Add some more assertions to eliminate dead code lints in tests (#343)
  • 055d91b Preserve fn and {} for start_fn so that rustdoc generates correct links...
  • 616c718 Fix msrv and unstable CI jobs (#342)
  • c0e4356 Fix msrv tests for 1.61.0 (#340)
  • bbd8b09 chore: release v3.7.2 (#338)
  • 008e7f5 Add missing lifetime replacement for generic param decls on `derive(IntoFutur...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [bon](https://github.com/elastio/bon) from 3.7.0 to 3.8.0.
- [Release notes](https://github.com/elastio/bon/releases)
- [Changelog](https://github.com/elastio/bon/blob/master/release-plz.toml)
- [Commits](elastio/bon@v3.7.0...v3.8.0)

---
updated-dependencies:
- dependency-name: bon
  dependency-version: 3.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file rust Pull requests that update rust code labels Oct 6, 2025
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Oct 9, 2025

Superseded by #28.

@dependabot dependabot bot closed this Oct 9, 2025
@dependabot dependabot bot deleted the dependabot/cargo/bon-3.8.0 branch October 9, 2025 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file rust Pull requests that update rust code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants