Skip to content

Commit

Permalink
chore(deps): Bump lapin from 2.2.1 to 2.3.1
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.
- [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md)
- [Commits](amqp-rs/lapin@lapin-2.2.1...lapin-2.3.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 14, 2023
1 parent 4a377a7 commit 81b5563
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 @@ -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 81b5563

Please sign in to comment.