mirror of
https://github.com/OMGeeky/tarpc.git
synced 2025-12-26 17:02:32 +01:00
Refresh dependencies (#164)
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user