diff --git a/Cargo.lock b/Cargo.lock index 7cc2c90a..d7f652ec 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -938,7 +938,7 @@ dependencies = [ [[package]] name = "massa-proto-rs" version = "0.1.0" -source = "git+https://github.com/massalabs/massa-proto-rs.git?rev=25638b3b7d387afbca81afcb02bae1af03697f18#25638b3b7d387afbca81afcb02bae1af03697f18" +source = "git+https://github.com/massalabs/massa-proto-rs.git?rev=426fd325a55dfcc4033920bed2de075a7e7ad4b7#426fd325a55dfcc4033920bed2de075a7e7ad4b7" dependencies = [ "glob", "prost", diff --git a/Cargo.toml b/Cargo.toml index b9b4ddb2..f70fde4b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ 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 = "25638b3b7d387afbca81afcb02bae1af03697f18"} +massa-proto-rs = { git = "https://github.com/massalabs/massa-proto-rs.git", rev = "426fd325a55dfcc4033920bed2de075a7e7ad4b7" } more-asserts = "0.3" num_enum = "0.7" parking_lot = "0.12" @@ -47,4 +47,4 @@ gas_calibration = [] testing = [] dumper = [] build-wasm = [] -execution-trace = ["rust_decimal"] \ No newline at end of file +execution-trace = ["rust_decimal"]