⚠ This page is served via a proxy. Original site: https://github.com
This service does not collect credentials or authentication data.
Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2026

This PR contains the following updates:

Package Type Update Change
lapin dependencies major 2.3.13.0.0

Release Notes

amqp-rs/lapin (lapin)

v3.7.2

Compare Source

Bug Fixes
  • Fix defunct io_loop threads being kept in a deadlock on (very) early connection failure

v3.7.1

Compare Source

Bug Fixes
  • Fix io_loop tracing span

v3.7.0

Compare Source

Bug Fixes
  • Make sure we don't run the heartbeat loop multiple times after reconnection

v3.6.0

Compare Source

Features
  • Allow configuring the backoff for TCP connection more easily

v3.5.0

Compare Source

Features
  • Allow configuring exponential backoff for retrying TCP connection (using the backon crate)

v3.4.0

Compare Source

Bug Fixes
  • Fix rabbit-cr-demo auth
  • Make sure we always recover on connection process errors

v3.3.0

Compare Source

Features
  • Add Connection::events_listener for listening to internal events

v3.2.1

Compare Source

Misc
  • Add Acker::mock() to help writing tests in external programs

v3.2.0

Compare Source

Features
  • Add hickory-dns feature to use hickory-dns for domain name resolution to avoid spurious network hangs

v3.1.1

Compare Source

Bug Fixes
  • Fix hang when rabbitmq server is unavailable when connecting.
  • Fix crash in tokio reactor initial usage

v3.1.0

Compare Source

Features
  • Add experimental ability to recover on connection failure
Misc
  • Drop waker-fn dependency

v3.0.2

Compare Source

Bug Fixes
  • When the server closes the TCP connection, handle the ongoing frames before erroring out
Misc
  • Several fixes related to channel automatic reconnection
  • Internal preparatory work for upcoming connection recovery

v3.0.1

Compare Source

Features
  • Channel::wait_for_recovery to wait for automatic reconnection to finish (if we're in the process of reconnecting)
Misc
  • Several fixes related to channel automatic reconnection
  • Internal preparatory work for upcoming connection recovery

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

renovate bot commented Jan 20, 2026

⚠️ 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 --workspace
error: failed to parse lock file at: /tmp/renovate/repos/github/trydirect/stacker/Cargo.lock

Caused by:
  TOML parse error at line 4268, column 2
       |
  4268 |  "casbin",
       |  ^
  missing comma between array elements, 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.

1 participant