Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.

Bump prost from 0.5.0 to 0.6.1 #198

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
47 changes: 35 additions & 12 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ libra-crypto = { path = "../libra/crypto/crypto" }
anyhow = "1.0"
libc = "0.2.60"
libra-logger = { path = "../libra/common/logger" }
prost = "0.5.0"
prost = "0.6.1"
libra-types = { path = "../libra/types" }
vm-genesis = { path = "../libra/language/vm/vm-genesis" }
node_proto = { path = "../node/node_proto"}
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ router = { path = "../router" }
ant = { path = "../router/ant" }
stats = { path = "../router/stats" }

prost = "0.5.0"
prost = "0.6.1"
anyhow = "1.0"
node_internal = { path = "./node_internal" }
env_logger = { version = "0.6" }
2 changes: 1 addition & 1 deletion node/node_client/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ grpcio = { version = "=0.5.0-alpha.4", default-features = false }
anyhow = "1.0"
sgtypes = { path = "../../sgtypes" }
node_proto = { path = "../node_proto" }
prost = "0.5.0"
prost = "0.6.1"
2 changes: 1 addition & 1 deletion node/node_internal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ router = { path = "../../router" }
stats = { path = "../../router/stats" }

libra-crypto = { path = "../../libra/crypto/crypto"}
prost = "0.5.0"
prost = "0.6.1"
anyhow = "1.0"
hex = { version = "0.3.2", default-features = false }
lcs = { path = "../../libra/common/lcs", package = "libra-canonical-serialization" }
Expand Down
2 changes: 1 addition & 1 deletion node/node_proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2018"

[dependencies]
bytes = { version = "0.4.12", default-features = false }
prost = "0.5.0"
prost = "0.6.1"
futures = "0.1.28"
grpcio = { version = "=0.5.0-alpha.4", default-features = false, features = ["prost-codec"] }
protobuf = "2.7"
Expand Down
2 changes: 1 addition & 1 deletion node/node_service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ tokio = { version = "0.2", features = ["full"] }
node_internal = { path = "../node_internal" }
anyhow = "1.0"
sgtypes = { path = "../../sgtypes" }
prost = "0.5.0"
prost = "0.6.1"
grpc-helpers = { path = "../../libra/common/grpc-helpers" }
node_proto = { path = "../node_proto"}
libra-crypto = { path = "../../libra/crypto/crypto" }
Expand Down
2 changes: 1 addition & 1 deletion sgchain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
grpcio = { version = "=0.5.0-alpha.4", default-features = false, features = ["prost-codec"] }
prost = "0.5.0"
prost = "0.6.1"
libra-prost-ext = { path = "../libra/common/prost-ext" }
protobuf = "2.7"
grpc-helpers = { path = "../libra/common/grpc-helpers" }
Expand Down
2 changes: 1 addition & 1 deletion sgfaucet/faucet-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ futures = "0.1.28"
grpcio = { version = "=0.5.0-alpha.4", default-features = false, features = ["prost-codec"] }
proptest = { version = "0.9.2", optional = true }
proptest-derive = { version = "0.1.0", optional = true }
prost = "0.5.0"
prost = "0.6.1"
protobuf = "2.7"

libra-crypto = { path = "../../libra/crypto/crypto", version = "0.1.0" }
Expand Down
2 changes: 1 addition & 1 deletion sgfaucet/faucet-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ tokio = { version = "0.2", features = ["full"] }
grpcio = { version = "=0.5.0-alpha.4", default-features = false, features = ["prost-codec"] }
proptest = { version = "0.9.2", optional = true }
proptest-derive = { version = "0.1.0", optional = true }
prost = "0.5.0"
prost = "0.6.1"
faucet-proto = { path = "../faucet-proto", version = "0.1.0" }
grpc-helpers = { path = "../../libra/common/grpc-helpers", version = "0.1.0" }
anyhow = "1.0"
Expand Down
2 changes: 1 addition & 1 deletion sgstorage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ num-derive = "0.2"
num-traits = "0.2"
arc-swap = "0.4.2"
itertools = "0.8.0"
prost = "0.5.0"
prost = "0.6.1"
thiserror = "1.0"

# deps on libra common types
Expand Down
2 changes: 1 addition & 1 deletion sgtypes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ edition = "2018"

[dependencies]
bytes = { version = "0.4.12", default-features = false }
prost = "0.5.0"
prost = "0.6.1"
libra-prost-ext = { path = "../libra/common/prost-ext" }
radix_trie = "0.1.3"
rand = "0.6.5"
Expand Down
2 changes: 1 addition & 1 deletion sgwallet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ serde = {version = "1", default-features = false }
hex = "0.3.2"
rand = "0.6.5"
protobuf = "2.7"
prost = "0.5.0"
prost = "0.6.1"
atomic_refcell = "0.1.3"
lazy_static = "1.3.0"
include_dir = "0.2.1"
Expand Down