@@ -17,24 +17,24 @@ diesel = { version = "2.0.0", default-features = false, features = ["i-implement
1717async-trait = " 0.1.51"
1818futures = " 0.3.17"
1919tokio-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 }
2323
2424bb8 = {version = " 0.8" , optional = true }
2525deadpool = {version = " 0.9" , optional = true }
2626mobc = {version = " 0.7" , optional = true }
2727
2828[dev-dependencies ]
29- tokio = {version = " 1.12.0" , features = [" rt" , " macros" ]}
29+ tokio = {version = " 1.12.0" , features = [" rt" , " macros" , " rt-multi-thread " ]}
3030cfg-if = " 1"
3131chrono = " 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" ]}
3333
3434[features ]
3535default = []
3636mysql = [" 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" ]
3838
3939[[test ]]
4040name = " integration_tests"
0 commit comments