Skip to content

Commit

Permalink
build(deps): update deadpool requirement from 0.9.5 to 0.12.0
Browse files Browse the repository at this point in the history
Updates the requirements on [deadpool](https://github.com/bikeshedder/deadpool) to permit the latest version.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](deadpool-rs/deadpool@deadpool-v0.9.5...deadpool-v0.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent d7c0bc5 commit 79d45f2
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 @@ -15,7 +15,7 @@ dotenv = { version = "0.15.0", default-features = false }
tokio = { version = "1.19.2", default-features = false, optional = true }
tokio-postgres = { version = "0.7.6", default-features = false }
deadpool-postgres = { version = "0.10.2", default-features = false }
deadpool = { version = "0.9.5", default-features = false }
deadpool = { version = "0.12.0", default-features = false }
futures = "0.3"

[features]
Expand Down

0 comments on commit 79d45f2

Please sign in to comment.