mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-27 13:46:32 +00:00
Update dependencies
This commit is contained in:
@@ -8,13 +8,13 @@ edition = "2018"
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
async-std = "1.0"
|
||||
async-std = "1.1.0"
|
||||
dotenv = "0.15.0"
|
||||
futures = "0.3.1"
|
||||
proc-macro2 = "1.0.6"
|
||||
sqlx = { path = "../" }
|
||||
syn = "1.0"
|
||||
quote = "1.0"
|
||||
syn = "1.0.8"
|
||||
quote = "1.0.2"
|
||||
tokio = { version = "0.2.0-alpha.4" }
|
||||
url = "2.1.0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user