Skip to content

Commit

Permalink
Upgrade deadpool.
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisGariepy committed Jan 3, 2024
1 parent 2abfc31 commit 0d8e67c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 crates/client_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ async-trait = "0.1.63"
tokio-postgres = "0.7.7"

# connection pooling
deadpool-postgres = { version = "0.11.0", optional = true }
deadpool-postgres = { version = "0.12.1", optional = true }
2 changes: 1 addition & 1 deletion examples/auto_build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3.25"
tokio-postgres = "0.7.7"
postgres-types = "0.2.4"
## Connection pooling
deadpool-postgres = "0.11.0"
deadpool-postgres = "0.12.1"

[build-dependencies]
# Cornucopia library to automatically
Expand Down
2 changes: 1 addition & 1 deletion examples/basic_async/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ futures = "0.3.25"
tokio-postgres = "0.7.7"
postgres-types = { version = "0.2.4", features = ["derive"] }
## Connection pooling
deadpool-postgres = "0.11.0"
deadpool-postgres = "0.12.1"

0 comments on commit 0d8e67c

Please sign in to comment.