Skip to content

Commit

Permalink
chore(deps): bump lapin from 2.1.2 to 2.2.0 (vectordotdev#17443)
Browse files Browse the repository at this point in the history
Bumps [lapin](https://github.com/amqp-rs/lapin) from 2.1.2 to 2.2.0.
- [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md)
- [Commits](amqp-rs/lapin@lapin-2.1.2...lapin-2.2.0)

---
updated-dependencies:
- dependency-name: lapin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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] authored May 19, 2023
1 parent 91ba052 commit b639422
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
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ goauth = { version = "0.13.1", optional = true }
smpl_jwt = { version = "0.7.1", default-features = false, optional = true }

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

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

0 comments on commit b639422

Please sign in to comment.