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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 27, 2023
1 parent 919854f commit 9a8a407
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 7 deletions.
36 changes: 30 additions & 6 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 common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ async-trait = "0.1.68"
tokio-postgres = "0.7"
chrono = { version = "0.4.26", default-features = false, features = ["clock"] }
encoding_rs = "0.8.32"
deadpool-postgres = "0.10.5"
deadpool-postgres = "0.11.0"
deadpool-sqlite = "0.5.0"
openssl = "0.10.55"
postgres-openssl = "0.5.0"
Expand Down

0 comments on commit 9a8a407

Please sign in to comment.