Skip to content

Commit

Permalink
chore(deps): update deadpool-lapin requirement from 0.10.0 to 0.11.0
Browse files Browse the repository at this point in the history
Updates the requirements on [deadpool-lapin](https://github.com/bikeshedder/deadpool) to permit the latest version.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](bikeshedder/deadpool@deadpool-v0.10.0...deadpool-lapin-v0.11.0)

---
updated-dependencies:
- dependency-name: deadpool-lapin
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Oct 2, 2023
1 parent 7cac505 commit 8a432ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async_once = "0.2.6"
async-trait = "0.1.68"
base64 = "0.21.2"
chrono = "0.4.26"
deadpool-lapin = { version = "0.10.0", optional = true }
deadpool-lapin = { version = "0.11.0", optional = true }
dotenv = "0.15.0"
jsonwebtoken = "8.3.0"
lapin = { version = "2.2.1", optional = true }
Expand Down

0 comments on commit 8a432ff

Please sign in to comment.