@@ -17,24 +17,24 @@ diesel = { version = "2.0.0", default-features = false, features = ["i-implement
17
17
async-trait = " 0.1.51"
18
18
futures = " 0.3.17"
19
19
tokio-postgres = { version = " 0.7.2" , optional = true }
20
- tokio = { version = " 1.12.0 " , features = [ " rt " ] , optional = true }
21
- mysql_async = { version = " 0.29 .0" , optional = true }
22
- mysql_common = {version = " 0.28 .0" , optional = true }
20
+ tokio = { version = " 1" , optional = true }
21
+ mysql_async = { version = " 0.30 .0" , optional = true }
22
+ mysql_common = {version = " 0.29 .0" , optional = true }
23
23
24
24
bb8 = {version = " 0.8" , optional = true }
25
25
deadpool = {version = " 0.9" , optional = true }
26
26
mobc = {version = " 0.7" , optional = true }
27
27
28
28
[dev-dependencies ]
29
- tokio = {version = " 1.12.0" , features = [" rt" , " macros" ]}
29
+ tokio = {version = " 1.12.0" , features = [" rt" , " macros" , " rt-multi-thread " ]}
30
30
cfg-if = " 1"
31
31
chrono = " 0.4"
32
- diesel = { version = " 2.0.0-rc.1 " , default-features = false , features = [" chrono" ]}
32
+ diesel = { version = " 2.0.0" , default-features = false , features = [" chrono" ]}
33
33
34
34
[features ]
35
35
default = []
36
36
mysql = [" diesel/mysql_backend" , " mysql_async" , " mysql_common" ]
37
- postgres = [" diesel/postgres_backend" , " tokio-postgres" , " tokio" , " tokio/rt-multi-thread " ]
37
+ postgres = [" diesel/postgres_backend" , " tokio-postgres" , " tokio" ]
38
38
39
39
[[test ]]
40
40
name = " integration_tests"
0 commit comments