Skip to content

Commit

Permalink
chore(deps): Bump lapin from 2.2.1 to 2.3.1 (vectordotdev#17974)
Browse files Browse the repository at this point in the history
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
dependabot[bot] committed Jul 14, 2023
1 parent 66f4838 commit 38719a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -215,7 +215,7 @@ goauth = { version = "0.13.1", optional = true }
smpl_jwt = { version = "0.7.1", default-features = false, optional = true }

# AMQP
lapin = { version = "2.2.1", default-features = false, features = ["native-tls"], optional = true }
lapin = { version = "2.3.1", default-features = false, features = ["native-tls"], optional = true }

# API
async-graphql = { version = "5.0.10", default-features = false, optional = true, features = ["chrono"] }
Expand Down

0 comments on commit 38719a3

Please sign in to comment.