Skip to content
This repository has been archived by the owner on Feb 3, 2023. It is now read-only.

Commit

Permalink
more updates for protobuf version for crates
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Jul 14, 2020
1 parent e8e675d commit b5e85df
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions crates/conductor_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
1 change: 1 addition & 0 deletions crates/conductor_lib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
1 change: 1 addition & 0 deletions crates/dpki/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
1 change: 1 addition & 0 deletions crates/holochain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
1 change: 1 addition & 0 deletions crates/net/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down
1 change: 1 addition & 0 deletions crates/sim2h_server/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit b5e85df

Please sign in to comment.