Skip to content

Update Rust crate lapin to v3 #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 14, 2025
Merged

Update Rust crate lapin to v3 #47

merged 1 commit into from
Jun 14, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jun 12, 2025

This PR contains the following updates:

Package Type Update Change
lapin dependencies major 2.5.0 -> 3.0.0

Release Notes

amqp-rs/lapin (lapin)

v3.0.0

Compare Source

Breaking changes
  • Error is now ErrorKind, wrapped in a new Error type (use Error::kind to access the previous type)
  • no more Acker::default
  • Acker::used is replaced with Acker::usable
  • Removed the topology API
Features
  • rustls crypto backend selection through features
  • Error::is_amqp_error, Error::is_amqp_soft_error and Error::is_amqp_hard_error
  • default runtime is now optional
  • experimental feature to recover channel from AMQP soft error (behind unstable feature flag)
  • Acker::poisoned to check if underlying Channel has been invalidated (reconnection)
Misc
  • Update to reactor-trait 2
  • Update to amq-protocol 8
  • Update to nom 8
  • Drop parking-lot dependency
  • Drop pinky-swear dependency
  • Edition 2024

Configuration

📅 Schedule: 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 added the dependencies This updates dependency files label Jun 12, 2025
@renovate renovate bot changed the title fix(deps): update rust crate lapin to v3 Update Rust crate lapin to v3 Jun 13, 2025
@raphael-goetz raphael-goetz merged commit d93b1c9 into main Jun 14, 2025
1 check passed
@raphael-goetz raphael-goetz deleted the renovate/lapin-3.x branch June 14, 2025 11:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies This updates dependency files
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant