Skip to content

chore(deps): update rust crate bon to v3.9.3#206

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bon-3.x-lockfile
Open

chore(deps): update rust crate bon to v3.9.3#206
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/bon-3.x-lockfile

Conversation

@renovate

@renovate renovate Bot commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
bon dependencies patch 3.9.13.9.3

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/bon-3.x-lockfile branch from c15daae to 963518c Compare June 15, 2026 10:39
@renovate renovate Bot changed the title chore(deps): update rust crate bon to v3.9.2 chore(deps): update rust crate bon to v3.9.3 Jun 15, 2026

@doubleword-code doubleword-code Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary

This PR (correctly titled as updating to v3.9.3 despite the title saying v3.9.2) updates the bon crate from version 3.9.1 to 3.9.3. This is a routine patch-level dependency update with only bugfixes—no API changes or breaking changes.

Verdict: Ready to approve. The changes are safe and purely beneficial.

Research notes

I reviewed the official changelog for versions 3.9.2 and 3.9.3:

  • v3.9.3 (2026-06-15): Fixed clippy::missing_docs_in_private_items triggering for start_fn members (#389)
  • v3.9.2 (2026-06-10): Fixed rust-analyzer "Go to Definition" inside #[builder] functions (#385), plus regular maintenance

Both releases contain only internal/developer-experience improvements with zero changes to the Rust API surface.

Suggested next steps

  1. Consider updating the PR title from "v3.9.2" to "v3.9.3" for accuracy (the actual update in Cargo.lock is to 3.9.3).
  2. Merge as-is—no code changes required in the consuming codebase.

General findings

The bon crate is used in this repository via #[derive(Builder)] on structs in src/target.rs (e.g., ProviderSpec, PoolSpec, TargetSpec, Target) and src/errors.rs (OnwardsErrorResponse). The usage patterns—including #[builder(default)] and #[builder(default = default_weight())]—are unaffected by these patch releases.

No security concerns, no breaking changes, and no regressions expected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants