Skip to content

Commit

Permalink
Update tonic (0.12.3) & prost (0.13.3) (#338)
Browse files Browse the repository at this point in the history
* Update tonic (0.12.3) & prost (0.13.3)

* Update massa-proto-rs to branch mainnet_2_3
  • Loading branch information
sydhds authored Oct 8, 2024
1 parent d86abec commit 2081855
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 15 deletions.
31 changes: 19 additions & 12 deletions Cargo.lock

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

7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ chrono = { version = "=0.4", features = ["clock"], default-features = false }
displaydoc = "0.2"
function_name = "0.3"
loupe = "0.1"
massa-proto-rs = { git = "https://github.com/massalabs/massa-proto-rs.git", rev = "38950875a7aa406fedc4f0b8336864e5ff290f2c" }
massa-proto-rs = { git = "https://github.com/massalabs/massa-proto-rs.git", branch = "mainnet_2_3" }
# massa-proto-rs = { path = "../massa-proto-rs" }
more-asserts = "0.3"
num_enum = "0.7"
parking_lot = "0.12"
prost = "=0.12"
prost-types = "=0.12"
prost = "=0.13"
prost-types = "=0.13"
rand = "=0.8"
# for gas_calibration middleware
regex = "1"
Expand Down

0 comments on commit 2081855

Please sign in to comment.