Skip to content

Commit 4a1a360

Browse files
committed
Update some dependencies
1 parent 423ff53 commit 4a1a360

File tree

2 files changed

+22
-40
lines changed

2 files changed

+22
-40
lines changed

Cargo.lock

Lines changed: 16 additions & 34 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,24 +17,24 @@ diesel = { version = "2.0.0", default-features = false, features = ["i-implement
1717
async-trait = "0.1.51"
1818
futures = "0.3.17"
1919
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}
2323

2424
bb8 = {version = "0.8", optional = true}
2525
deadpool = {version = "0.9", optional = true}
2626
mobc = {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"]}
3030
cfg-if = "1"
3131
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"]}
3333

3434
[features]
3535
default = []
3636
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"]
3838

3939
[[test]]
4040
name = "integration_tests"

0 commit comments

Comments
 (0)