Skip to content

Commit

Permalink
chore: Update prost
Browse files Browse the repository at this point in the history
  • Loading branch information
realtimetodie committed Oct 25, 2022
1 parent 6cab7b8 commit 81dc1ec
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions apps/Cargo.toml
Expand Up @@ -100,8 +100,8 @@ num-traits = "0.2.14"
num_cpus = "1.13.0"
once_cell = "1.8.0"
orion = "0.16.0"
prost = "0.9.0"
prost-types = "0.9.0"
prost = "0.11"
prost-types = "0.11"
rand = {version = "0.8", default-features = false}
rand_core = {version = "0.6", default-features = false}
rayon = "=1.5.1"
Expand Down
4 changes: 2 additions & 2 deletions shared/Cargo.toml
Expand Up @@ -95,8 +95,8 @@ libsecp256k1 = {git = "https://github.com/heliaxdev/libsecp256k1", rev = "bbb3bd
parity-wasm = {version = "0.42.2", optional = true}
# A fork with state machine testing
proptest = {git = "https://github.com/heliaxdev/proptest", branch = "tomas/sm", optional = true}
prost = "0.9.0"
prost-types = "0.9.0"
prost = "0.11"
prost-types = "0.11"
pwasm-utils = {version = "0.18.0", optional = true}
rand = {version = "0.8", optional = true}
# TODO proptest rexports the RngCore trait but the re-implementations only work for version `0.8`. *sigh*
Expand Down
2 changes: 1 addition & 1 deletion tests/Cargo.toml
Expand Up @@ -17,7 +17,7 @@ namada_vp_prelude = {path = "../vp_prelude"}
namada_tx_prelude = {path = "../tx_prelude"}
chrono = {version = "0.4.22", default-features = false, features = ["clock", "std"]}
concat-idents = "1.1.2"
prost = "0.9.0"
prost = "0.11"
serde_json = {version = "1.0.65"}
sha2 = "0.9.3"
test-log = {version = "0.2.7", default-features = false, features = ["trace"]}
Expand Down

0 comments on commit 81dc1ec

Please sign in to comment.