Skip to content

Commit

Permalink
chore(deps): Bump lapin from 2.3.4 to 2.4.0 (#20870)
Browse files Browse the repository at this point in the history
Bumps [lapin](https://github.com/amqp-rs/lapin) from 2.3.4 to 2.4.0.
- [Changelog](https://github.com/amqp-rs/lapin/blob/main/CHANGELOG.md)
- [Commits](https://github.com/amqp-rs/lapin/commits)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jul 19, 2024
1 parent 7c56a11 commit 22141b7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 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 @@ -236,7 +236,7 @@ goauth = { version = "0.14.0", optional = true }
smpl_jwt = { version = "0.8.0", default-features = false, optional = true }

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

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

0 comments on commit 22141b7

Please sign in to comment.