1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

Bump deadpool-postgres from 0.11.0 to 0.12.1

Bumps [deadpool-postgres](https://github.com/bikeshedder/deadpool) from 0.11.0 to 0.12.1.
- [Changelog](https://github.com/bikeshedder/deadpool/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bikeshedder/deadpool/compare/deadpool-postgres-v0.11.0...deadpool-postgres-v0.12.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2023-12-25 17:50:22 +00:00
committed by GitHub
parent bc6f961be9
commit 7146f8e31c
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ edition = "2021"
[dependencies]
actix-web.workspace = true
config = "0.13"
deadpool-postgres = { version = "0.11", features = ["serde"] }
deadpool-postgres = { version = "0.12", features = ["serde"] }
derive_more.workspace = true
dotenvy.workspace = true
serde = { version = "1.0.137", features = ["derive"] }