Fix block v3 reward encodings (#5049)

* Fix block v3 reward encodings

* Use crates.io version
This commit is contained in:
Michael Sproul
2024-01-10 10:44:07 +11:00
committed by GitHub
parent 4a65d28b3b
commit 7e948eec9d
5 changed files with 13 additions and 8 deletions

4
Cargo.lock generated
View File

@@ -2341,9 +2341,9 @@ dependencies = [
[[package]]
name = "ethereum_serde_utils"
version = "0.5.1"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f8cb04ea380a33e9c269fa5f8df6f2d63dee19728235f3e639e7674e038686a"
checksum = "de4d5951468846963c24e8744c133d44f39dff2cd3a233f6be22b370d08a524f"
dependencies = [
"ethereum-types 0.14.1",
"hex",