We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f2e1cf commit 4abdad3Copy full SHA for 4abdad3
Cargo.toml
@@ -25,12 +25,12 @@ mysql = ["sqlx/mysql", "sqlx/json"]
25
26
[dependencies]
27
async-session = "3.0.0"
28
-sqlx = { version = "0.6.0", features = ["chrono"] }
29
-async-std = { version = "1.9.0", optional = true }
+sqlx = { version = "0.6.2", features = ["chrono"] }
+async-std = { version = "1.12.0", optional = true }
30
31
[dev-dependencies]
32
-async-std = { version = "1.9.0", features = ["attributes"] }
+async-std = { version = "1.12.0", features = ["attributes"] }
33
34
[dev-dependencies.sqlx]
35
-version = "0.6.0"
+version = "0.6.2"
36
features = ["chrono", "runtime-async-std-native-tls"]
0 commit comments