diff --git a/Cargo.toml b/Cargo.toml index b452a5d..515db93 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,12 +25,12 @@ mysql = ["sqlx/mysql", "sqlx/json"] [dependencies] async-session = "3.0.0" -sqlx = { version = "0.6.2", features = ["chrono"] } +sqlx = { version = "0.7.2", features = ["chrono"] } async-std = { version = "1.12.0", optional = true } [dev-dependencies] async-std = { version = "1.12.0", features = ["attributes"] } [dev-dependencies.sqlx] -version = "0.6.2" +version = "0.7.2" features = ["chrono", "runtime-async-std-native-tls"]