Update rustc and dependencies

This commit is contained in:
Ryan Leckey 2019-08-06 07:19:06 -07:00
parent 9bb1cd1092
commit 0b98527550
2 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@ description = "Asynchronous and expressive database client in pure Rust."
edition = "2018"
[dependencies]
failure = "0.1"
failure = "0.1.5"
byteorder = "1.3.2"
bytes = "0.4.12"
futures-preview = "=0.3.0-alpha.17"
hex = "0.3.2"
itoa = "0.4.4"
log = "0.4.7"
log = "0.4.8"
md-5 = "0.8.0"
memchr = "2.2.1"
runtime = { version = "=0.3.0-alpha.6", default-features = true }

View File

@ -1 +1 @@
nightly-2019-07-16
nightly-2019-08-01