Skip to content

Commit 86cf7cd

Browse files
authored
Merge pull request #155 from jun-sheaf/main
fix: update deadpool to 0.12
2 parents 8e0ec71 + 60390ca commit 86cf7cd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Diff for: Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ mysql_common = { version = ">=0.29.0,<0.32.0", optional = true, default-features
3737
] }
3838

3939
bb8 = { version = "0.8", optional = true }
40-
deadpool = { version = "0.11", optional = true, default-features = false, features = [
40+
deadpool = { version = "0.12", optional = true, default-features = false, features = [
4141
"managed",
4242
] }
4343
mobc = { version = ">=0.7,<0.10", optional = true }
@@ -93,4 +93,3 @@ members = [
9393
"examples/postgres/run-pending-migrations-with-rustls",
9494
"examples/sync-wrapper",
9595
]
96-

0 commit comments

Comments
 (0)