From b5e85df445a94ff98dcbc5357ffe1971fbab1dec Mon Sep 17 00:00:00 2001 From: Eric Harris-Braun Date: Tue, 14 Jul 2020 11:34:13 -0500 Subject: [PATCH] more updates for protobuf version for crates --- Cargo.lock | 7 +++++++ crates/cli/Cargo.toml | 1 + crates/conductor_api/Cargo.toml | 1 + crates/conductor_lib/Cargo.toml | 1 + crates/dpki/Cargo.toml | 1 + crates/holochain/Cargo.toml | 1 + crates/net/Cargo.toml | 1 + crates/sim2h_server/Cargo.toml | 1 + 8 files changed, 14 insertions(+) diff --git a/Cargo.lock b/Cargo.lock index 446c988d17..0bc3981304 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1109,6 +1109,7 @@ dependencies = [ "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "newrelic 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustyline 5.0.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1227,6 +1228,7 @@ dependencies = [ "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "newrelic 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "shrust 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "signal-hook 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1287,6 +1289,7 @@ dependencies = [ "parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", "petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", "pretty_assertions 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", "rpassword 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1320,6 +1323,7 @@ dependencies = [ "jsonrpc-lite 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "newrelic 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", "snowflake 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1446,6 +1450,7 @@ dependencies = [ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "newrelic 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1586,6 +1591,7 @@ dependencies = [ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "newrelic 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", "parking_lot 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "reqwest 0.9.11 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)", @@ -4113,6 +4119,7 @@ dependencies = [ "lib3h_sodium 0.0.42 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", "newrelic 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", + "protobuf 2.14.0 (registry+https://github.com/rust-lang/crates.io-index)", "sim2h 0.0.50-alpha3", "structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", "structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/crates/cli/Cargo.toml b/crates/cli/Cargo.toml index 3cfeee3da2..a110698adc 100644 --- a/crates/cli/Cargo.toml +++ b/crates/cli/Cargo.toml @@ -53,6 +53,7 @@ dns-lookup = "=1.0.1" hcid = "=0.0.6" lazy_static = "=1.4.0" tracing-subscriber = "=0.2.3" +protobuf = "=2.14.0" [dev-dependencies] assert_cmd = "=0.10.2" diff --git a/crates/conductor_api/Cargo.toml b/crates/conductor_api/Cargo.toml index f9ad1b92b9..9eb07cd60d 100644 --- a/crates/conductor_api/Cargo.toml +++ b/crates/conductor_api/Cargo.toml @@ -22,6 +22,7 @@ serde_json = { version = "=1.0.47", features = ["preserve_order"] } snowflake = "=1.3.0" base64 = "=0.10.1" lazy_static = "=1.4.0" +protobuf = "=2.14.0" [features] default = [] diff --git a/crates/conductor_lib/Cargo.toml b/crates/conductor_lib/Cargo.toml index 00814e4944..261f4f5bc4 100644 --- a/crates/conductor_lib/Cargo.toml +++ b/crates/conductor_lib/Cargo.toml @@ -57,6 +57,7 @@ url = { version = "=2.1.0", features = ["serde"] } snowflake = "=1.3.0" newrelic = { version = "=0.2.2", optional = true } tokio = "=0.1.22" +protobuf = "=2.14.0" [dev-dependencies] test_utils = { version = "=0.0.50-alpha3", path = "../../test_utils" } diff --git a/crates/dpki/Cargo.toml b/crates/dpki/Cargo.toml index 5736ae8c49..3d17ab2711 100644 --- a/crates/dpki/Cargo.toml +++ b/crates/dpki/Cargo.toml @@ -22,6 +22,7 @@ serde_json = { version = "=1.0.47", features = ["preserve_order"] } hcid = "=0.0.6" bip39 = "=0.6.0-beta.1" holochain_common = { version = "=0.0.50-alpha3", path = "../common" } +protobuf = "=2.14.0" [features] default = [] diff --git a/crates/holochain/Cargo.toml b/crates/holochain/Cargo.toml index f954a633ad..fe492d7b06 100644 --- a/crates/holochain/Cargo.toml +++ b/crates/holochain/Cargo.toml @@ -30,6 +30,7 @@ newrelic = { version = "=0.2.2", optional = true } serde_json = "=1.0.47" shrust = "0.0.7" im = { version = "=14.0.0", features = ["serde"] } +protobuf = "=2.14.0" [target.'cfg(unix)'.dependencies] signal-hook = "=0.1.10" diff --git a/crates/net/Cargo.toml b/crates/net/Cargo.toml index e987a401c6..4a41846b34 100644 --- a/crates/net/Cargo.toml +++ b/crates/net/Cargo.toml @@ -52,6 +52,7 @@ holochain_logging = "=0.0.7" log = "0.4.8" newrelic = { version = "=0.2.2", optional = true } im = { version = "=14.0.0", features = ["serde"] } +protobuf = "=2.14.0" [features] default = [] diff --git a/crates/sim2h_server/Cargo.toml b/crates/sim2h_server/Cargo.toml index 60d885beab..4c28e75fe1 100644 --- a/crates/sim2h_server/Cargo.toml +++ b/crates/sim2h_server/Cargo.toml @@ -29,6 +29,7 @@ env_logger = "0.7.0" structopt-derive = "=0.2.18" structopt = "=0.2.18" tracing-log = "=0.1.1" +protobuf = "=2.14.0" [features] default = []