Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): Bump lapin from 2.2.1 to 2.3.1 (#17974)
Bumps [lapin](https://github.com/amqp-rs/lapin) from 2.2.1 to 2.3.1. <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md">lapin's changelog</a>.</em></p> <blockquote> <h3>2.3.1 (2023-07-14)</h3> <h4>Misc</h4> <ul> <li>Simplify channels cleanup logic on connection close</li> </ul> <h3>2.3.0 (2023-07-14)</h3> <h4>Bug Fixes</h4> <ul> <li>Fix an error when finalizing the connection close duz to missing channel 0.</li> <li>Properly cleanup heartbeat sending when connection hit an error.</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/amqp-rs/lapin/commit/143ab09e282b7d68854ff1cfae24b25e6fd99716"><code>143ab09</code></a> v2.3.1</li> <li><a href="https://github.com/amqp-rs/lapin/commit/abe95d9c539c7c0a77f4b3cc546a667fed48f2a4"><code>abe95d9</code></a> simplify channels cleanup logic</li> <li><a href="https://github.com/amqp-rs/lapin/commit/f3fdbc432dca82807b4f12d73a8e69f95f8a63c0"><code>f3fdbc4</code></a> Merge remote-tracking branch 'origin/main'</li> <li><a href="https://github.com/amqp-rs/lapin/commit/5fc73dec2cde88f9b752cfe40cd8838d3ec2f8be"><code>5fc73de</code></a> v2.3.0</li> <li><a href="https://github.com/amqp-rs/lapin/commit/37dbba483e43d74153e28a31d0fc6d543ba26269"><code>37dbba4</code></a> keep a copy of channel 0 when initiating connetion closure</li> <li><a href="https://github.com/amqp-rs/lapin/commit/44c0e8f9eca4f9a82d20a84648900ba0f191ff02"><code>44c0e8f</code></a> fixed that reconnect example code actually panics and cannot really do recove...</li> <li><a href="https://github.com/amqp-rs/lapin/commit/acd7edc9c34a6062a6cc670cbe6e146763ee9f9b"><code>acd7edc</code></a> io_loop: run cleanup even when hitting critical error</li> <li>See full diff in <a href="https://github.com/amqp-rs/lapin/compare/lapin-2.2.1...lapin-2.3.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lapin&package-manager=cargo&previous-version=2.2.1&new-version=2.3.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information