Upgrade async runtime dependencies

Co-authored-by: Josh Toft <joshtoft@gmail.com>
Co-authored-by: Philip A Reimer <antreimer@gmail.com>
This commit is contained in:
Jonas Platte
2021-01-14 13:24:25 +01:00
committed by Ryan Leckey
parent de4a7decfb
commit c5d43db312
25 changed files with 176 additions and 323 deletions

View File

@@ -5,6 +5,6 @@ edition = "2018"
workspace = "../../../"
[dependencies]
async-std = { version = "1.4.0", features = [ "attributes", "unstable" ] }
async-std = { version = "1.8.0", features = [ "attributes", "unstable" ] }
sqlx = { path = "../../../", features = [ "postgres", "tls" ] }
futures = "0.3.1"

View File

@@ -6,7 +6,7 @@ workspace = "../../../"
[dependencies]
anyhow = "1.0"
async-std = { version = "1.4.0", features = [ "attributes" ] }
async-std = { version = "1.8.0", features = [ "attributes" ] }
futures = "0.3"
paw = "1.0"
sqlx = { path = "../../../", features = ["postgres", "offline", "runtime-async-std-native-tls"] }