mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 16:44:07 +00:00
Update dependencies
This commit is contained in:
@@ -9,11 +9,10 @@ edition = "2018"
|
||||
[dependencies]
|
||||
sqlx-core = { path = "../sqlx-core" }
|
||||
sqlx-postgres-protocol = { path = "../sqlx-postgres-protocol" }
|
||||
runtime = "=0.3.0-alpha.4"
|
||||
runtime = "=0.3.0-alpha.6"
|
||||
futures-preview = "=0.3.0-alpha.16"
|
||||
failure = "0.1"
|
||||
byteorder = "1.3.1"
|
||||
log = "0.4"
|
||||
byteorder = "1.3.2"
|
||||
log = "0.4.6"
|
||||
hex = "0.3.2"
|
||||
bytes = "0.4.12"
|
||||
memchr = "2.2.0"
|
||||
@@ -21,7 +20,9 @@ md-5 = "0.8.0"
|
||||
|
||||
[dev-dependencies]
|
||||
matches = "0.1.8"
|
||||
criterion = "0.2"
|
||||
criterion = "0.2.11"
|
||||
postgres = "0.16.0-rc.1"
|
||||
runtime-tokio = "=0.3.0-alpha.5"
|
||||
|
||||
[[bench]]
|
||||
name = "connection"
|
||||
|
||||
Reference in New Issue
Block a user