Skip to content

chore(deps): update rust crate distributed_tooling to v1.5.7 - autoclosed#57

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/distributed_tooling-1.x-lockfile
Closed

chore(deps): update rust crate distributed_tooling to v1.5.7 - autoclosed#57
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/distributed_tooling-1.x-lockfile

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 6, 2026

This PR contains the following updates:

Package Type Update Change
distributed_tooling dependencies patch 1.5.01.5.7

Release Notes

patrickleet/distributed (distributed_tooling)

v1.5.7

Compare Source

What's changed in v1.5.7
  • fix(deps): update rust crate lapin to v4 (#​72) (by @​renovate[bot])

    • fix(deps): update rust crate lapin to v4

    • fix: adapt rabbitmq transport to lapin 4


    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>
    Co-authored-by: Patrick Lee Scott [email protected]

See full diff: v1.5.6...v1.5.7

v1.5.6

Compare Source

What's changed in v1.5.6
  • fix(deps): update rust crate sqlx to 0.9 (#​63) (by @​renovate[bot])

    • fix(deps): update rust crate sqlx to 0.9

    • fix: adapt repositories to sqlx 0.9


    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>
    Co-authored-by: Patrick Lee Scott [email protected]

See full diff: v1.5.5...v1.5.6

v1.5.5

Compare Source

What's changed in v1.5.5
  • fix(deps): update axum monorepo to 0.8 (#​59) (by @​renovate[bot])

    • fix(deps): update axum monorepo to 0.8

    • fix: update axum route captures


    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>
    Co-authored-by: Patrick Lee Scott [email protected]

See full diff: v1.5.4...v1.5.5

v1.5.4

Compare Source

What's changed in v1.5.4
  • fix(deps): update rust crate reqwest to 0.13 (#​62) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

See full diff: v1.5.3...v1.5.4

v1.5.3

Compare Source

What's changed in v1.5.3
  • fix(deps): update rust crate rdkafka to 0.39 (#​61) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

See full diff: v1.5.2...v1.5.3

v1.5.2

Compare Source

What's changed in v1.5.2
  • fix(deps): update rust crate async-nats to 0.49 (#​60) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

See full diff: v1.5.1...v1.5.2

v1.5.1

Compare Source

What's changed in v1.5.1
  • chore: Add renovate.json (#​52) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update apache/kafka docker tag to v3.9.2 (#​55) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update nats docker tag to v2.14 (#​56) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update unbounded-tech/workflow-vnext-tag action to v1.21.3 (#​58) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update actions/checkout action to v6 (#​66) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update apache/kafka docker tag to v4 (#​67) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update codecov/codecov-action action to v6 (#​68) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update github artifact actions to v7 (#​69) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update postgres docker tag to v18 (#​70) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • chore(deps): update rabbitmq docker tag to v4 (#​71) (by @​renovate[bot])

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@​users.noreply.github.com>

  • docs: correct outbox claim timing back to in-transaction (#​73) (by @​patrickleet)

    The PR #​53 review (6885393) reworded the with_bus outbox path to say the row is
    claimed post-commit. That described OutboxDispatcher::dispatch_ids — a separate
    primitive used only by transport conformance tests. The actual with_bus path
    (AggregateCommit::commit) claims each row in the commit transaction via claim_at
    before commit_batch writes it (born InFlight under a short lease), then publishes
    via publish_claimed after commit. Restore the accurate in-transaction wording in
    the README and the with_bus doc comment.

    Implements [[tasks/distributed-tooling-crate-extraction]]

    Co-authored-by: Claude Opus 4.8 [email protected]

See full diff: v1.5.0...v1.5.1


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 changed the title chore(deps): update rust crate distributed_tooling to v1.5.7 chore(deps): update rust crate distributed_tooling to v1.5.7 - autoclosed Jun 7, 2026
@renovate renovate Bot closed this Jun 7, 2026
@renovate renovate Bot deleted the renovate/distributed_tooling-1.x-lockfile branch June 7, 2026 16:49
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