Skip to content

Commit

Permalink
fix: update deadpool to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jrandolf committed Jun 11, 2024
1 parent 1551549 commit c83f72e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ mysql_common = { version = ">=0.29.0,<0.32.0", optional = true, default-features
] }

bb8 = { version = "0.8", optional = true }
deadpool = { version = "0.11", optional = true, default-features = false, features = [
deadpool = { version = "0.12", optional = true, default-features = false, features = [
"managed",
] }
mobc = { version = ">=0.7,<0.10", optional = true }
Expand Down Expand Up @@ -93,4 +93,3 @@ members = [
"examples/postgres/run-pending-migrations-with-rustls",
"examples/sync-wrapper",
]

0 comments on commit c83f72e

Please sign in to comment.