Updates for v0.1.2 release (#171)

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
Andrew Seigner 2018-01-19 10:56:20 -08:00 committed by GitHub
parent 3bbeac09d2
commit d22ce60c0c
9 changed files with 26 additions and 26 deletions

36
Cargo.lock generated
View File

@ -98,14 +98,14 @@ dependencies = [
[[package]] [[package]]
name = "codegen" name = "codegen"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"ordermap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "ordermap 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "conduit-proxy" name = "conduit-proxy"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"abstract-ns 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "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)", "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 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)", "h2 0.1.0 (git+https://github.com/carllerche/h2)",
"http 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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-balance 0.1.0 (git+https://github.com/tower-rs/tower)",
"tower-buffer 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-discover 0.1.0 (git+https://github.com/tower-rs/tower)",
"tower-grpc 0.1.1", "tower-grpc 0.1.2",
"tower-grpc-build 0.1.1", "tower-grpc-build 0.1.2",
"tower-h2 0.1.1", "tower-h2 0.1.2",
"tower-reconnect 0.1.0 (git+https://github.com/tower-rs/tower)", "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)", "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)", "url 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -265,7 +265,7 @@ dependencies = [
[[package]] [[package]]
name = "futures-mpsc-lossy" name = "futures-mpsc-lossy"
version = "0.0.1" version = "0.1.2"
dependencies = [ dependencies = [
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
@ -851,7 +851,7 @@ dependencies = [
[[package]] [[package]]
name = "tower-grpc" name = "tower-grpc"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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-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)", "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 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)", "tower-router 0.1.0 (git+https://github.com/tower-rs/tower)",
] ]
[[package]] [[package]]
name = "tower-grpc-build" name = "tower-grpc-build"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"codegen 0.1.1", "codegen 0.1.2",
"prost-build 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", "prost-build 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
] ]
[[package]] [[package]]
name = "tower-grpc-examples" name = "tower-grpc-examples"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "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)", "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)", "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 0.1.0 (git+https://github.com/tower-rs/tower)",
"tower-grpc 0.1.1", "tower-grpc 0.1.2",
"tower-grpc-build 0.1.1", "tower-grpc-build 0.1.2",
"tower-h2 0.1.1", "tower-h2 0.1.2",
] ]
[[package]] [[package]]
name = "tower-h2" name = "tower-h2"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"bytes 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
@ -934,7 +934,7 @@ dependencies = [
[[package]] [[package]]
name = "tower-router" name = "tower-router"
version = "0.1.1" version = "0.1.2"
dependencies = [ dependencies = [
"futures 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)", "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)", "ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "codegen" name = "codegen"
version = "0.1.1" version = "0.1.2"
authors = ["Carl Lerche <me@carllerche.com>"] authors = ["Carl Lerche <me@carllerche.com>"]
[dependencies] [dependencies]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "futures-mpsc-lossy" name = "futures-mpsc-lossy"
version = "0.0.1" version = "0.1.2"
authors = ["Oliver Gould <ver@buoyant.io>"] authors = ["Oliver Gould <ver@buoyant.io>"]
publish = false publish = false

View File

@ -1,6 +1,6 @@
[package] [package]
name = "conduit-proxy" name = "conduit-proxy"
version = "0.1.1" version = "0.1.2"
authors = ["Oliver Gould <ver@buoyant.io>"] authors = ["Oliver Gould <ver@buoyant.io>"]
publish = false publish = false

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tower-grpc-build" name = "tower-grpc-build"
version = "0.1.1" version = "0.1.2"
authors = ["Carl Lerche <me@carllerche.com>"] authors = ["Carl Lerche <me@carllerche.com>"]
[dependencies] [dependencies]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tower-grpc-examples" name = "tower-grpc-examples"
version = "0.1.1" version = "0.1.2"
authors = ["Carl Lerche <me@carllerche.com>"] authors = ["Carl Lerche <me@carllerche.com>"]
[[bin]] [[bin]]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tower-grpc" name = "tower-grpc"
version = "0.1.1" version = "0.1.2"
authors = ["Sean McArthur <sean@seanmonstar.com>"] authors = ["Sean McArthur <sean@seanmonstar.com>"]
[features] [features]

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tower-h2" name = "tower-h2"
version = "0.1.1" version = "0.1.2"
authors = ["Oliver Gould <ver@buoyant.io>"] authors = ["Oliver Gould <ver@buoyant.io>"]
description = "Exploring tower + h2" description = "Exploring tower + h2"
publish = false publish = false

View File

@ -1,6 +1,6 @@
[package] [package]
name = "tower-router" name = "tower-router"
version = "0.1.1" version = "0.1.2"
authors = ["Carl Lerche <me@carllerche.com>"] authors = ["Carl Lerche <me@carllerche.com>"]
publish = false publish = false