diff --git a/Cargo.lock b/Cargo.lock index 8445589ae..9768f6663 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -123,18 +123,18 @@ dependencies = [ [[package]] name = "conduit-proxy" -version = "0.2.0" +version = "0.3.0" dependencies = [ "abstract-ns 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)", "bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", - "conduit-proxy-controller-grpc 0.2.0", - "conduit-proxy-router 0.2.0", - "convert 0.2.0", + "conduit-proxy-controller-grpc 0.3.0", + "conduit-proxy-router 0.3.0", + "convert 0.3.0", "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.18 (registry+https://github.com/rust-lang/crates.io-index)", - "futures-mpsc-lossy 0.2.0", + "futures-mpsc-lossy 0.3.0", "h2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", "httparse 1.2.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -165,10 +165,10 @@ dependencies = [ [[package]] name = "conduit-proxy-controller-grpc" -version = "0.2.0" +version = "0.3.0" dependencies = [ "bytes 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", - "convert 0.2.0", + "convert 0.3.0", "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "h2 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "http 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", @@ -183,7 +183,7 @@ dependencies = [ [[package]] name = "conduit-proxy-router" -version = "0.2.0" +version = "0.3.0" dependencies = [ "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", "ordermap 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", @@ -192,7 +192,7 @@ dependencies = [ [[package]] name = "convert" -version = "0.2.0" +version = "0.3.0" [[package]] name = "crc" @@ -324,7 +324,7 @@ dependencies = [ [[package]] name = "futures-mpsc-lossy" -version = "0.2.0" +version = "0.3.0" dependencies = [ "futures 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/proxy/Cargo.toml b/proxy/Cargo.toml index 6d446c0d9..ddf8ad704 100644 --- a/proxy/Cargo.toml +++ b/proxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conduit-proxy" -version = "0.2.0" +version = "0.3.0" authors = ["Oliver Gould "] publish = false diff --git a/proxy/convert/Cargo.toml b/proxy/convert/Cargo.toml index 00ae957df..16ae10e3e 100644 --- a/proxy/convert/Cargo.toml +++ b/proxy/convert/Cargo.toml @@ -1,4 +1,4 @@ [package] name = "convert" -version = "0.2.0" +version = "0.3.0" publish = false diff --git a/proxy/futures-mpsc-lossy/Cargo.toml b/proxy/futures-mpsc-lossy/Cargo.toml index 9eec24a66..b5d30d7dc 100644 --- a/proxy/futures-mpsc-lossy/Cargo.toml +++ b/proxy/futures-mpsc-lossy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-mpsc-lossy" -version = "0.2.0" +version = "0.3.0" authors = ["Oliver Gould "] publish = false diff --git a/proxy/router/Cargo.toml b/proxy/router/Cargo.toml index ce451741a..be01cda46 100644 --- a/proxy/router/Cargo.toml +++ b/proxy/router/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "conduit-proxy-router" -version = "0.2.0" +version = "0.3.0" authors = ["Carl Lerche "] publish = false