Skip to content

Commit

Permalink
Bump deadpool-postgres from 0.10.5 to 0.11.0
Browse files Browse the repository at this point in the history
Bumps [deadpool-postgres](https://github.com/bikeshedder/deadpool) from 0.10.5 to 0.11.0.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](bikeshedder/deadpool@deadpool-postgres-v0.10.5...deadpool-postgres-v0.11.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 16, 2023
1 parent b3335b9 commit 7b62f4c
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 6 deletions.
34 changes: 29 additions & 5 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 @@ -24,7 +24,7 @@ uuid = { version = "1.1.2", features = ["v4", "serde", ] }
bytes = "1.0"
tokio = { version = "^1.26.0", features = ["full"] }
async-recursion = "1.0"
deadpool-postgres = "0.10"
deadpool-postgres = "0.11"
deadpool = "0.9"
anyhow = "<1.0.76"
itertools = "0.11"
Expand Down

0 comments on commit 7b62f4c

Please sign in to comment.