Skip to content

Commit a8b7899

Browse files
chore(deps): bump lapin from 2.1.1 to 2.1.2 (vectordotdev#17439)
Bumps [lapin](https://github.com/amqp-rs/lapin) from 2.1.1 to 2.1.2. - [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md) - [Commits](amqp-rs/lapin@lapin-2.1.1...lapin-2.1.2) --- updated-dependencies: - dependency-name: lapin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7a7bc9a commit a8b7899

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ goauth = { version = "0.13.1", optional = true }
207207
smpl_jwt = { version = "0.7.1", default-features = false, optional = true }
208208

209209
# AMQP
210-
lapin = { version = "2.1.1", default-features = false, features = ["native-tls"], optional = true }
210+
lapin = { version = "2.1.2", default-features = false, features = ["native-tls"], optional = true }
211211

212212
# API
213213
async-graphql = { version = "5.0.8", default-features = false, optional = true, features = ["chrono"] }

0 commit comments

Comments
 (0)