@@ -19,12 +19,12 @@ futures-channel = { version = "0.3.17", default-features = false, features = ["s
19
19
futures-util = { version = " 0.3.17" , default-features = false , features = [" std" , " sink" ] }
20
20
tokio-postgres = { version = " 0.7.10" , optional = true }
21
21
tokio = { version = " 1.26" , optional = true }
22
- mysql_async = { version = " >=0.30.0,<0.33 " , optional = true }
23
- mysql_common = {version = " >=0.29.0,<0.31 .0" , optional = true }
22
+ mysql_async = { version = " >=0.30.0,<0.34 " , optional = true , default-features = false , features = [ " minimal " , " derive " ] }
23
+ mysql_common = {version = " >=0.29.0,<0.32 .0" , optional = true , default-features = false , features = [ " frunk " , " derive " ] }
24
24
25
25
bb8 = {version = " 0.8" , optional = true }
26
- deadpool = {version = " 0.10" , optional = true }
27
- mobc = {version = " >=0.7,<0.9 " , optional = true }
26
+ deadpool = {version = " 0.10" , optional = true , default-features = false , features = [ " managed " ] }
27
+ mobc = {version = " >=0.7,<0.10 " , optional = true }
28
28
scoped-futures = {version = " 0.1" , features = [" std" ]}
29
29
30
30
[dev-dependencies ]
0 commit comments