1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -2617,9 +2617,9 @@ dependencies = [
[[package]]
name = "deadpool-postgres"
version = "0.11.0"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b75ba49590d27f677d3bebaf76cd15889ca8b308bc7ba99bfa25f1d7269c13"
checksum = "bda39fa1cfff190d8924d447ad04fd22772c250438ca5ce1dfb3c80621c05aaa"
dependencies = [
"deadpool",
"serde",

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"] }