Refresh dependencies (#164)

This commit is contained in:
Cyril Plisko
2017-08-15 00:31:47 +03:00
committed by Tim
parent 0b843512dd
commit 0676ab67df
2 changed files with 3 additions and 3 deletions

View File

@@ -38,8 +38,8 @@ native-tls = { version = "0.1.1", optional = true }
tokio-tls = { version = "0.1", optional = true }
[dev-dependencies]
chrono = "0.3"
env_logger = "0.3"
chrono = "0.4"
env_logger = "0.4"
futures-cpupool = "0.1"
clap = "2.0"
serde_bytes = "0.10"

View File

@@ -15,7 +15,7 @@ description = "Plugins for tarpc, an RPC framework for Rust with a focus on ease
travis-ci = { repository = "google/tarpc" }
[dependencies]
itertools = "0.5"
itertools = "0.6"
[lib]
plugin = true