From 64755d5329b8e194c686303e34cb08b9272b6941 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 19 Oct 2018 11:19:25 -0700 Subject: [PATCH] Update futures --- bincode-transport/Cargo.toml | 4 ++-- example-service/Cargo.toml | 2 +- rpc/Cargo.toml | 6 +++--- tarpc/Cargo.toml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bincode-transport/Cargo.toml b/bincode-transport/Cargo.toml index bfdc596..951124b 100644 --- a/bincode-transport/Cargo.toml +++ b/bincode-transport/Cargo.toml @@ -25,10 +25,10 @@ async-bincode = "0.4" tokio-tcp = "0.1" [target.'cfg(not(test))'.dependencies] -futures-preview = { version = "0.3.0-alpha.8", features = ["compat"] } +futures-preview = { version = "0.3.0-alpha.9", features = ["compat"] } [dev-dependencies] -futures-preview = { version = "0.3.0-alpha.8", features = ["compat", "tokio-compat"] } +futures-preview = { version = "0.3.0-alpha.9", features = ["compat", "tokio-compat"] } env_logger = "0.5" humantime = "1.0" log = "0.4" diff --git a/example-service/Cargo.toml b/example-service/Cargo.toml index 249ce1c..baa1a5c 100644 --- a/example-service/Cargo.toml +++ b/example-service/Cargo.toml @@ -16,7 +16,7 @@ description = "An example server built on tarpc." [dependencies] bincode-transport = { package = "tarpc-bincode-transport", version = "0.2", path = "../bincode-transport" } -futures-preview = { version = "0.3.0-alpha.8", features = ["compat", "tokio-compat"] } +futures-preview = { version = "0.3.0-alpha.9", features = ["compat", "tokio-compat"] } serde = { version = "1.0" } tarpc = { version = "0.13", path = "../tarpc", features = ["serde1"] } tokio = "0.1" diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index ae087b2..1f621e0 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -29,10 +29,10 @@ trace = { package = "tarpc-trace", version = "0.1", path = "../trace" } serde = { optional = true, version = "1.0" } [target.'cfg(not(test))'.dependencies] -futures-preview = { version = "0.3.0-alpha.8", features = ["compat"] } +futures-preview = { version = "0.3.0-alpha.9", features = ["compat"] } [dev-dependencies] -futures-preview = { version = "0.3.0-alpha.8", features = ["compat", "tokio-compat"] } -futures-test-preview = { version = "0.3.0-alpha.8" } +futures-preview = { version = "0.3.0-alpha.9", features = ["compat", "tokio-compat"] } +futures-test-preview = { version = "0.3.0-alpha.9" } env_logger = "0.5" tokio = "0.1" diff --git a/tarpc/Cargo.toml b/tarpc/Cargo.toml index 42d86c4..26fb105 100644 --- a/tarpc/Cargo.toml +++ b/tarpc/Cargo.toml @@ -27,11 +27,11 @@ tarpc-plugins = { path = "../plugins", version = "0.5.0" } rpc = { package = "tarpc-lib", path = "../rpc", version = "0.1" } [target.'cfg(not(test))'.dependencies] -futures-preview = "0.3.0-alpha.8" +futures-preview = "0.3.0-alpha.9" [dev-dependencies] humantime = "1.0" -futures-preview = { version = "0.3.0-alpha.8", features = ["compat", "tokio-compat"] } +futures-preview = { version = "0.3.0-alpha.9", features = ["compat", "tokio-compat"] } bincode-transport = { package = "tarpc-bincode-transport", version = "0.2", path = "../bincode-transport" } env_logger = "0.5" tokio = "0.1"