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 8328081 commit da010f9Copy full SHA for da010f9
Cargo.toml
@@ -23,8 +23,8 @@ rustls = ["sqlx/runtime-async-std-rustls"]
23
24
[dependencies]
25
async-session = "2.0.1"
26
-sqlx = { version = "0.4.1", features = ["chrono"] }
27
-async-std = "1.8.0"
+sqlx = { version = "0.4.2", features = ["chrono"] }
+async-std = "1.9.0"
28
29
[dev-dependencies]
30
-async-std = { version = "1.8.0", features = ["attributes"] }
+async-std = { version = "1.9.0", features = ["attributes"] }
0 commit comments