Skip to content

Update Rust crate lapin to v3 #48

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update Rust crate lapin to v3 #48

wants to merge 1 commit into from

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.3 -> 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
Copy link
Contributor Author

renovate bot commented Jun 12, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Cargo.lock
Command failed: cargo update --config net.git-fetch-with-cli=true --manifest-path Cargo.toml --package [email protected] --precise 3.0.0
    Updating crates.io index
error: failed to select a version for the requirement `lapin = "^2.5.0"`
candidate versions found which didn't match: 3.0.0
location searched: crates.io index
required by package `code0-flow v0.0.13`
    ... which satisfies dependency `code0-flow = "^0.0.13"` (locked to 0.0.13) of package `taurus v0.1.0 (/tmp/renovate/repos/github/code0-tech/taurus)`

@renovate renovate bot changed the title fix(deps): update rust crate lapin to v3 Update Rust crate lapin to v3 Jun 13, 2025
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