Update Rust and dependencies

This commit is contained in:
Ryan Leckey
2019-07-16 14:49:50 -07:00
parent d3460fd479
commit 908f228fb5
4 changed files with 7 additions and 7 deletions

View File

@@ -10,12 +10,12 @@ edition = "2018"
sqlx-core = { path = "../sqlx-core" }
sqlx-postgres-protocol = { path = "../sqlx-postgres-protocol" }
runtime = "=0.3.0-alpha.6"
futures-preview = "=0.3.0-alpha.16"
futures-preview = "=0.3.0-alpha.17"
byteorder = "1.3.2"
log = "0.4.6"
log = "0.4.7"
hex = "0.3.2"
bytes = "0.4.12"
memchr = "2.2.0"
memchr = "2.2.1"
md-5 = "0.8.0"
[dev-dependencies]