mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
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:
committed by
Ryan Leckey
parent
de4a7decfb
commit
c5d43db312
@@ -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"
|
||||
|
||||
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user