From d22ce60c0c6070cc0775f55f357c79018f12d5f2 Mon Sep 17 00:00:00 2001 From: Andrew Seigner Date: Fri, 19 Jan 2018 10:56:20 -0800 Subject: [PATCH] Updates for v0.1.2 release (#171) Signed-off-by: Andrew Seigner --- Cargo.lock | 36 +++++++++++++++++----------------- codegen/Cargo.toml | 2 +- futures-mpsc-lossy/Cargo.toml | 2 +- proxy/Cargo.toml | 2 +- tower-grpc-build/Cargo.toml | 2 +- tower-grpc-examples/Cargo.toml | 2 +- tower-grpc/Cargo.toml | 2 +- tower-h2/Cargo.toml | 2 +- tower-router/Cargo.toml | 2 +- 9 files changed, 26 insertions(+), 26 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e2e14fec9..b2909dad4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -98,14 +98,14 @@ dependencies = [ [[package]] name = "codegen" -version = "0.1.1" +version = "0.1.2" dependencies = [ "ordermap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "conduit-proxy" -version = "0.1.1" +version = "0.1.2" dependencies = [ "abstract-ns 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -113,7 +113,7 @@ dependencies = [ "domain 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-mpsc-lossy 0.0.1", + "futures-mpsc-lossy 0.1.2", "h2 0.1.0 (git+https://github.com/carllerche/h2)", "http 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "ipnet 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -132,11 +132,11 @@ dependencies = [ "tower-balance 0.1.0 (git+https://github.com/tower-rs/tower)", "tower-buffer 0.1.0 (git+https://github.com/tower-rs/tower)", "tower-discover 0.1.0 (git+https://github.com/tower-rs/tower)", - "tower-grpc 0.1.1", - "tower-grpc-build 0.1.1", - "tower-h2 0.1.1", + "tower-grpc 0.1.2", + "tower-grpc-build 0.1.2", + "tower-h2 0.1.2", "tower-reconnect 0.1.0 (git+https://github.com/tower-rs/tower)", - "tower-router 0.1.1", + "tower-router 0.1.2", "tower-util 0.1.0 (git+https://github.com/tower-rs/tower)", "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -265,7 +265,7 @@ dependencies = [ [[package]] name = "futures-mpsc-lossy" -version = "0.0.1" +version = "0.1.2" dependencies = [ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -851,7 +851,7 @@ dependencies = [ [[package]] name = "tower-grpc" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -864,21 +864,21 @@ dependencies = [ "tokio-connect 0.1.0 (git+https://github.com/carllerche/tokio-connect)", "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.1.0 (git+https://github.com/tower-rs/tower)", - "tower-h2 0.1.1", + "tower-h2 0.1.2", "tower-router 0.1.0 (git+https://github.com/tower-rs/tower)", ] [[package]] name = "tower-grpc-build" -version = "0.1.1" +version = "0.1.2" dependencies = [ - "codegen 0.1.1", + "codegen 0.1.2", "prost-build 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] name = "tower-grpc-examples" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -891,14 +891,14 @@ dependencies = [ "serde_json 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "tokio-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", "tower 0.1.0 (git+https://github.com/tower-rs/tower)", - "tower-grpc 0.1.1", - "tower-grpc-build 0.1.1", - "tower-h2 0.1.1", + "tower-grpc 0.1.2", + "tower-grpc-build 0.1.2", + "tower-h2 0.1.2", ] [[package]] name = "tower-h2" -version = "0.1.1" +version = "0.1.2" dependencies = [ "bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", @@ -934,7 +934,7 @@ dependencies = [ [[package]] name = "tower-router" -version = "0.1.1" +version = "0.1.2" dependencies = [ "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/codegen/Cargo.toml b/codegen/Cargo.toml index 15df14e40..f72acbd3a 100644 --- a/codegen/Cargo.toml +++ b/codegen/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "codegen" -version = "0.1.1" +version = "0.1.2" authors = ["Carl Lerche "] [dependencies] diff --git a/futures-mpsc-lossy/Cargo.toml b/futures-mpsc-lossy/Cargo.toml index a38ea9d91..75e1992d9 100644 --- a/futures-mpsc-lossy/Cargo.toml +++ b/futures-mpsc-lossy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-mpsc-lossy" -version = "0.0.1" +version = "0.1.2" authors = ["Oliver Gould "] publish = false diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index b6fc474f6..9bb32e826 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conduit-proxy" -version = "0.1.1" +version = "0.1.2" authors = ["Oliver Gould "] publish = false diff --git a/tower-grpc-build/Cargo.toml b/tower-grpc-build/Cargo.toml index 2838491e5..27f0c3f25 100644 --- a/tower-grpc-build/Cargo.toml +++ b/tower-grpc-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-grpc-build" -version = "0.1.1" +version = "0.1.2" authors = ["Carl Lerche "] [dependencies] diff --git a/tower-grpc-examples/Cargo.toml b/tower-grpc-examples/Cargo.toml index 2611b7c6c..e4fdb915b 100644 --- a/tower-grpc-examples/Cargo.toml +++ b/tower-grpc-examples/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-grpc-examples" -version = "0.1.1" +version = "0.1.2" authors = ["Carl Lerche "] [[bin]] diff --git a/tower-grpc/Cargo.toml b/tower-grpc/Cargo.toml index 4e5d1e15a..c3300ab01 100644 --- a/tower-grpc/Cargo.toml +++ b/tower-grpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-grpc" -version = "0.1.1" +version = "0.1.2" authors = ["Sean McArthur "] [features] diff --git a/tower-h2/Cargo.toml b/tower-h2/Cargo.toml index 21ffdfaaf..5e3a68e5a 100644 --- a/tower-h2/Cargo.toml +++ b/tower-h2/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-h2" -version = "0.1.1" +version = "0.1.2" authors = ["Oliver Gould "] description = "Exploring tower + h2" publish = false diff --git a/tower-router/Cargo.toml b/tower-router/Cargo.toml index 5cf5262a5..2698eb07d 100644 --- a/tower-router/Cargo.toml +++ b/tower-router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tower-router" -version = "0.1.1" +version = "0.1.2" authors = ["Carl Lerche "] publish = false